#C9EF50

Color #C9EF50 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #C9EF50

Tints of Conifer #C9EF50

Color information

#C9EF50 (or 0xC9EF50) is unknown color: approx Conifer. HEX triplet: C9, EF and 50. RGB value is (201,239,80). Sum of RGB (Red+Green+Blue) = 201+239+80=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EF50 is #3610AF. Grayscale: #D2D2D2. Windows color (decimal): -3543216 or 5304265. OLE color: 5304265.

HSL color Cylindrical-coordinate representation of color #C9EF50: hue angle of 74.34º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9EF50 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB20123980-
CMYK0.1600.670.06
HSL74.34º83.25%62.55%-
HSV(B)74.34º66.53%93.73%-
XYZ56.474.7319.04-
YUV209.5154.91121.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.65%
GREEN value IS 239 (93.75% from 255) = 45.96%
BLUE value IS 80 (31.64% from 255) = 15.38%
R=38.65%
G=45.96%
B=15.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal201239800.1600.670.0674.3483.2562.55
HexC9EF501004364a533f
Octal311357120200103611212377
Binary11001001111011111010000100000100001111010010101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EF50; }

 p { color: rgb(201,239,80); }

 H1.HeaderClassName
 {
   color: #C9EF50;
 }
 .AnyTagClassName
 {
   color: #C9EF50;
 }
</style>
background-color css

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

 a { background-color: rgb(201,239,80); }

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

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

 span { border-color: rgb(201,239,80); }

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