Html Css Color HEX #C2EE5F Conifer

📋 copy color: '#C2EE5F'

red 194 ◦ green 238 ◦ blue 95

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

Shades of Conifer #C2EE5F

Tints of Conifer #C2EE5F

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.16%

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

R = 36.81%
G = 45.16%
B = 18.03%

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

#C2EE5F (or 0xC2EE5F) is known color: Conifer. HEX triplet: C2, EE and 5F. RGB value is (194,238,95). Sum of RGB (Red+Green+Blue) = 194+238+95=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EE5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EE5F is #3D11A0. Grayscale: #D1D1D1. Windows color (decimal): -4002209 or 6287042. OLE color: 6287042.

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

Color convert

RGB 194 238 95 -
CMYK 0.18 0 0.60 0.07
HSL 78.46º 0.81% 0.65% -
HSV(B) 78.46º 0.6% 0.93% -
XYZ 54.89 73.44 22.11 -
YUV 208.54 63.92 117.63 -
System Red Green Blue C M Y K H S L
Decimal 194 238 95 0.18 0 0.60 0.07 78.46 0.81 0.65
Hex C2 EE 5F 12 0 3C 7 4E 51 41
Octal 302 356 137 22 0 74 7 116 121 101
Binary 11000010 11101110 1011111 10010 0 111100 111 1001110 1010001 1000001

Color Harmonies of #C2EE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EE5F

Black with #C2EE5F

Text Example


Text Example

White with #C2EE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EE5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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