Html Css Color HEX #C2EA64 Conifer

📋 copy color: '#C2EA64'

red 194 ◦ green 234 ◦ blue 100

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

Shades of Conifer #C2EA64

Tints of Conifer #C2EA64

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.32%

 BLUE value IS 100 (39.45% from 255) = 18.94%

R = 36.74%
G = 44.32%
B = 18.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#C2EA64 (or 0xC2EA64) is known color: Conifer. HEX triplet: C2, EA and 64. RGB value is (194,234,100). Sum of RGB (Red+Green+Blue) = 194+234+100=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EA64 is #3D159B. Grayscale: #CFCFCF. Windows color (decimal): -4003228 or 6613698. OLE color: 6613698.

HSL color Cylindrical-coordinate representation of color #C2EA64: hue angle of 77.91º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2EA64 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 234 100 -
CMYK 0.17 0 0.57 0.08
HSL 77.91º 0.76% 0.65% -
HSV(B) 77.91º 0.57% 0.92% -
XYZ 53.97 71.24 22.96 -
YUV 206.76 67.75 118.9 -
System Red Green Blue C M Y K H S L
Decimal 194 234 100 0.17 0 0.57 0.08 77.91 0.76 0.65
Hex C2 EA 64 11 0 39 8 4E 4C 41
Octal 302 352 144 21 0 71 10 116 114 101
Binary 11000010 11101010 1100100 10001 0 111001 1000 1001110 1001100 1000001

Color Harmonies of #C2EA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EA64

Black with #C2EA64

Text Example


Text Example

White with #C2EA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EA64; }

 p { color: rgb(194,234,100); }

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

background-color css

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

 a { background-color: rgb(194,234,100); }

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

border-color css

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

 span { border-color: rgb(194,234,100); }

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