#C5ED4B

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

Shades of Conifer #C5ED4B

Tints of Conifer #C5ED4B

Color information

#C5ED4B (or 0xC5ED4B) is unknown color: approx Conifer. HEX triplet: C5, ED and 4B. RGB value is (197,237,75). Sum of RGB (Red+Green+Blue) = 197+237+75=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 75 (29.69% from 255 or 14.73% from 509); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5ED4B is #3A12B4. Grayscale: #CFCFCF. Windows color (decimal): -3805877 or 4976069. OLE color: 4976069.

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

Color convert

RGB19723775-
CMYK0.1700.680.07
HSL74.81º81.82%61.18%-
HSV(B)74.81º68.35%92.94%-
XYZ54.5872.9517.86-
YUV206.5753.75121.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.70%
GREEN value IS 237 (92.97% from 255) = 46.56%
BLUE value IS 75 (29.69% from 255) = 14.73%
R=38.70%
G=46.56%
B=14.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal197237750.1700.680.0774.8181.8261.18
HexC5ED4B1104474b523d
Octal305355113210104711312275
Binary11000101111011011001011100010100010011110010111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ED4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ED4B; }

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

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

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

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

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

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

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

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