Html Css Color HEX #C2E45F Conifer

📋 copy color: '#C2E45F'

red 194 ◦ green 228 ◦ blue 95

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

Shades of Conifer #C2E45F

Tints of Conifer #C2E45F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.1%

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

R = 37.52%
G = 44.1%
B = 18.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#C2E45F (or 0xC2E45F) is known color: Conifer. HEX triplet: C2, E4 and 5F. RGB value is (194,228,95). Sum of RGB (Red+Green+Blue) = 194+228+95=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E45F is #3D1BA0. Grayscale: #CBCBCB. Windows color (decimal): -4004769 or 6284482. OLE color: 6284482.

HSL color Cylindrical-coordinate representation of color #C2E45F: hue angle of 75.34º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2E45F is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 228 95 -
CMYK 0.15 0 0.58 0.11
HSL 75.34º 0.71% 0.63% -
HSV(B) 75.34º 0.58% 0.89% -
XYZ 52.06 67.78 21.17 -
YUV 202.67 67.24 121.81 -
System Red Green Blue C M Y K H S L
Decimal 194 228 95 0.15 0 0.58 0.11 75.34 0.71 0.63
Hex C2 E4 5F F 0 3A B 4B 47 3F
Octal 302 344 137 17 0 72 13 113 107 77
Binary 11000010 11100100 1011111 1111 0 111010 1011 1001011 1000111 111111

Color Harmonies of #C2E45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E45F

Black with #C2E45F

Text Example


Text Example

White with #C2E45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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