Html Css Color HEX #C2EB5F Conifer

📋 copy color: '#C2EB5F'

red 194 ◦ green 235 ◦ blue 95

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

Shades of Conifer #C2EB5F

Tints of Conifer #C2EB5F

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.85%

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

R = 37.02%
G = 44.85%
B = 18.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#C2EB5F (or 0xC2EB5F) is known color: Conifer. HEX triplet: C2, EB and 5F. RGB value is (194,235,95). Sum of RGB (Red+Green+Blue) = 194+235+95=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 235 (92.19% from 255 or 44.85% from 524); Blue value is 95 (37.5% from 255 or 18.13% from 524); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EB5F is #3D14A0. Grayscale: #CFCFCF. Windows color (decimal): -4002977 or 6286274. OLE color: 6286274.

HSL color Cylindrical-coordinate representation of color #C2EB5F: hue angle of 77.57º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2EB5F is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 235 95 -
CMYK 0.17 0 0.60 0.08
HSL 77.57º 0.78% 0.65% -
HSV(B) 77.57º 0.6% 0.92% -
XYZ 54.02 71.71 21.82 -
YUV 206.78 64.92 118.88 -
System Red Green Blue C M Y K H S L
Decimal 194 235 95 0.17 0 0.60 0.08 77.57 0.78 0.65
Hex C2 EB 5F 11 0 3C 8 4E 4E 41
Octal 302 353 137 21 0 74 10 116 116 101
Binary 11000010 11101011 1011111 10001 0 111100 1000 1001110 1001110 1000001

Color Harmonies of #C2EB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EB5F

Black with #C2EB5F

Text Example


Text Example

White with #C2EB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EB5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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