#C5ED5C

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

Shades of Conifer #C5ED5C

Tints of Conifer #C5ED5C

Color information

#C5ED5C (or 0xC5ED5C) is unknown color: approx Conifer. HEX triplet: C5, ED and 5C. RGB value is (197,237,92). Sum of RGB (Red+Green+Blue) = 197+237+92=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 92 (36.33% from 255 or 17.49% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5ED5C is #3A12A3. Grayscale: #D1D1D1. Windows color (decimal): -3805860 or 6090181. OLE color: 6090181.

HSL color Cylindrical-coordinate representation of color #C5ED5C: hue angle of 76.55º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5ED5C is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB19723792-
CMYK0.1700.610.07
HSL76.55º80.11%64.51%-
HSV(B)76.55º61.18%92.94%-
XYZ55.2473.2121.34-
YUV208.5162.25119.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 237 (92.97% from 255) = 45.06%
BLUE value IS 92 (36.33% from 255) = 17.49%
R=37.45%
G=45.06%
B=17.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal197237920.1700.610.0776.5580.1164.51
HexC5ED5C1103D74d5041
Octal305355134210757115120101
Binary11000101111011011011100100010111101111100110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ED5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ED5C; }

 p { color: rgb(197,237,92); }

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

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

 a { background-color: rgb(197,237,92); }

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

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

 span { border-color: rgb(197,237,92); }

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