Html Css Color HEX #C2E15F Conifer

📋 copy color: '#C2E15F'

red 194 ◦ green 225 ◦ blue 95

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

Shades of Conifer #C2E15F

Tints of Conifer #C2E15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.48%

R = 37.74%
G = 43.77%
B = 18.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#C2E15F (or 0xC2E15F) is known color: Conifer. HEX triplet: C2, E1 and 5F. RGB value is (194,225,95). Sum of RGB (Red+Green+Blue) = 194+225+95=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 95 (37.5% from 255 or 18.48% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E15F is #3D1EA0. Grayscale: #C9C9C9. Windows color (decimal): -4005537 or 6283714. OLE color: 6283714.

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

Color convert

RGB 194 225 95 -
CMYK 0.14 0 0.58 0.12
HSL 74.31º 0.68% 0.63% -
HSV(B) 74.31º 0.58% 0.88% -
XYZ 51.24 66.15 20.89 -
YUV 200.91 68.23 123.07 -
System Red Green Blue C M Y K H S L
Decimal 194 225 95 0.14 0 0.58 0.12 74.31 0.68 0.63
Hex C2 E1 5F E 0 3A C 4A 44 3F
Octal 302 341 137 16 0 72 14 112 104 77
Binary 11000010 11100001 1011111 1110 0 111010 1100 1001010 1000100 111111

Color Harmonies of #C2E15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E15F

Black with #C2E15F

Text Example


Text Example

White with #C2E15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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