Html Css Color HEX #C2ED5F Conifer

📋 copy color: '#C2ED5F'

red 194 ◦ green 237 ◦ blue 95

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

Shades of Conifer #C2ED5F

Tints of Conifer #C2ED5F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.06%

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

R = 36.88%
G = 45.06%
B = 18.06%

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

#C2ED5F (or 0xC2ED5F) is known color: Conifer. HEX triplet: C2, ED and 5F. RGB value is (194,237,95). Sum of RGB (Red+Green+Blue) = 194+237+95=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2ED5F is #3D12A0. Grayscale: #D0D0D0. Windows color (decimal): -4002465 or 6286786. OLE color: 6286786.

HSL color Cylindrical-coordinate representation of color #C2ED5F: hue angle of 78.17º degrees, saturation: 0.8, 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 #C2ED5F is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 237 95 -
CMYK 0.18 0 0.60 0.07
HSL 78.17º 0.8% 0.65% -
HSV(B) 78.17º 0.6% 0.93% -
XYZ 54.6 72.86 22.01 -
YUV 207.96 64.25 118.05 -
System Red Green Blue C M Y K H S L
Decimal 194 237 95 0.18 0 0.60 0.07 78.17 0.8 0.65
Hex C2 ED 5F 12 0 3C 7 4E 50 41
Octal 302 355 137 22 0 74 7 116 120 101
Binary 11000010 11101101 1011111 10010 0 111100 111 1001110 1010000 1000001

Color Harmonies of #C2ED5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ED5F

Black with #C2ED5F

Text Example


Text Example

White with #C2ED5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ED5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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