Html Css Color HEX #C2ED2D Pear

📋 copy color: '#C2ED2D'

red 194 ◦ green 237 ◦ blue 45

#C2ED2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #C2ED2D

Tints of Pear #C2ED2D

RGB

 RED value IS 194 (76.17% from 255) = 40.76%

 GREEN value IS 237 (92.97% from 255) = 49.79%

 BLUE value IS 45 (17.97% from 255) = 9.45%

R = 40.76%
G = 49.79%
B = 9.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C2ED2D (or 0xC2ED2D) is known color: Pear. HEX triplet: C2, ED and 2D. RGB value is (194,237,45). Sum of RGB (Red+Green+Blue) = 194+237+45=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 45 (17.97% from 255 or 9.45% from 476); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2ED2D is #3D12D2. Grayscale: #CACACA. Windows color (decimal): -4002515 or 3009986. OLE color: 3009986.

HSL color Cylindrical-coordinate representation of color #C2ED2D: hue angle of 73.44º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2ED2D is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 237 45 -
CMYK 0.18 0 0.81 0.07
HSL 73.44º 0.84% 0.55% -
HSV(B) 73.44º 0.81% 0.93% -
XYZ 53.01 72.23 13.63 -
YUV 202.26 39.25 122.11 -
System Red Green Blue C M Y K H S L
Decimal 194 237 45 0.18 0 0.81 0.07 73.44 0.84 0.55
Hex C2 ED 2D 12 0 51 7 49 54 37
Octal 302 355 55 22 0 121 7 111 124 67
Binary 11000010 11101101 101101 10010 0 1010001 111 1001001 1010100 110111

Color Harmonies of #C2ED2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ED2D

Black with #C2ED2D

Text Example


Text Example

White with #C2ED2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ED2D; }

 p { color: rgb(194,237,45); }

 H1.HeaderClassName
 {
   color: #C2ED2D;
 }
 .AnyTagClassName
 {
   color: #C2ED2D;
 }
</style>

background-color css

<style>
 a { background-color: #C2ED2D; }

 a { background-color: rgb(194,237,45); }

 div.DivClassName
 {
   background-color: #C2ED2D;
 }
 .BgClassName
 {
   background-color: #C2ED2D;
 }
</style>

border-color css

<style>
 span { border-color: #C2ED2D; }

 span { border-color: rgb(194,237,45); }

 td.TdClassName
 {
   border-color: #C2ED2D;
 }
 .TagClassName
 {
   border-color: #C2ED2D;
 }
</style>