#C5EF50

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

Shades of Conifer #C5EF50

Tints of Conifer #C5EF50

Color information

#C5EF50 (or 0xC5EF50) is unknown color: approx Conifer. HEX triplet: C5, EF and 50. RGB value is (197,239,80). Sum of RGB (Red+Green+Blue) = 197+239+80=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EF50 is #3A10AF. Grayscale: #D0D0D0. Windows color (decimal): -3805360 or 5304261. OLE color: 5304261.

HSL color Cylindrical-coordinate representation of color #C5EF50: hue angle of 75.85º 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 #C5EF50 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB19723980-
CMYK0.1800.670.06
HSL75.85º83.25%62.55%-
HSV(B)75.85º66.53%93.73%-
XYZ55.3474.1818.99-
YUV208.3255.59119.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.18%
GREEN value IS 239 (93.75% from 255) = 46.32%
BLUE value IS 80 (31.64% from 255) = 15.50%
R=38.18%
G=46.32%
B=15.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal197239800.1800.670.0675.8583.2562.55
HexC5EF501204364c533f
Octal305357120220103611412377
Binary11000101111011111010000100100100001111010011001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EF50; }

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

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

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

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

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

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

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

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