Html Css Color HEX #C2E162 Conifer

📋 copy color: '#C2E162'

red 194 ◦ green 225 ◦ blue 98

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

Shades of Conifer #C2E162

Tints of Conifer #C2E162

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.52%

 BLUE value IS 98 (38.67% from 255) = 18.96%

R = 37.52%
G = 43.52%
B = 18.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#C2E162 (or 0xC2E162) is known color: Conifer. HEX triplet: C2, E1 and 62. RGB value is (194,225,98). Sum of RGB (Red+Green+Blue) = 194+225+98=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E162 is #3D1E9D. Grayscale: #C9C9C9. Windows color (decimal): -4005534 or 6480322. OLE color: 6480322.

HSL color Cylindrical-coordinate representation of color #C2E162: hue angle of 74.65º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2E162 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 225 98 -
CMYK 0.14 0 0.56 0.12
HSL 74.65º 0.68% 0.63% -
HSV(B) 74.65º 0.56% 0.88% -
XYZ 51.38 66.2 21.63 -
YUV 201.25 69.73 122.83 -
System Red Green Blue C M Y K H S L
Decimal 194 225 98 0.14 0 0.56 0.12 74.65 0.68 0.63
Hex C2 E1 62 E 0 38 C 4B 44 3F
Octal 302 341 142 16 0 70 14 113 104 77
Binary 11000010 11100001 1100010 1110 0 111000 1100 1001011 1000100 111111

Color Harmonies of #C2E162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E162

Black with #C2E162

Text Example


Text Example

White with #C2E162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E162; }

 p { color: rgb(194,225,98); }

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

background-color css

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

 a { background-color: rgb(194,225,98); }

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

border-color css

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

 span { border-color: rgb(194,225,98); }

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