#C5EA5B

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

Shades of Conifer #C5EA5B

Tints of Conifer #C5EA5B

Color information

#C5EA5B (or 0xC5EA5B) is unknown color: approx Conifer. HEX triplet: C5, EA and 5B. RGB value is (197,234,91). Sum of RGB (Red+Green+Blue) = 197+234+91=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 91 (35.94% from 255 or 17.43% from 522); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EA5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EA5B is #3A15A4. Grayscale: #CFCFCF. Windows color (decimal): -3806629 or 6023877. OLE color: 6023877.

HSL color Cylindrical-coordinate representation of color #C5EA5B: hue angle of 75.52º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5EA5B is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB19723491-
CMYK0.1600.610.08
HSL75.52º77.3%63.73%-
HSV(B)75.52º61.11%91.76%-
XYZ54.3471.4720.83-
YUV206.6462.74121.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.74%
GREEN value IS 234 (91.80% from 255) = 44.83%
BLUE value IS 91 (35.94% from 255) = 17.43%
R=37.74%
G=44.83%
B=17.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal197234910.1600.610.0875.5277.363.73
HexC5EA5B1003D84c4d40
Octal3053521332007510114115100
Binary110001011110101010110111000001111011000100110010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EA5B; }

 p { color: rgb(197,234,91); }

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

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

 a { background-color: rgb(197,234,91); }

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

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

 span { border-color: rgb(197,234,91); }

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