Html Css Color HEX #C2EC5F Conifer

📋 copy color: '#C2EC5F'

red 194 ◦ green 236 ◦ blue 95

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

Shades of Conifer #C2EC5F

Tints of Conifer #C2EC5F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.95%

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

R = 36.95%
G = 44.95%
B = 18.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#C2EC5F (or 0xC2EC5F) is known color: Conifer. HEX triplet: C2, EC and 5F. RGB value is (194,236,95). Sum of RGB (Red+Green+Blue) = 194+236+95=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 95 (37.5% from 255 or 18.10% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EC5F is #3D13A0. Grayscale: #CFCFCF. Windows color (decimal): -4002721 or 6286530. OLE color: 6286530.

HSL color Cylindrical-coordinate representation of color #C2EC5F: hue angle of 77.87º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2EC5F is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 236 95 -
CMYK 0.18 0 0.60 0.07
HSL 77.87º 0.79% 0.65% -
HSV(B) 77.87º 0.6% 0.93% -
XYZ 54.31 72.29 21.92 -
YUV 207.37 64.59 118.46 -
System Red Green Blue C M Y K H S L
Decimal 194 236 95 0.18 0 0.60 0.07 77.87 0.79 0.65
Hex C2 EC 5F 12 0 3C 7 4E 4F 41
Octal 302 354 137 22 0 74 7 116 117 101
Binary 11000010 11101100 1011111 10010 0 111100 111 1001110 1001111 1000001

Color Harmonies of #C2EC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EC5F

Black with #C2EC5F

Text Example


Text Example

White with #C2EC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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