#C4FA5B

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

Shades of Conifer #C4FA5B

Tints of Conifer #C4FA5B

Color information

#C4FA5B (or 0xC4FA5B) is unknown color: approx Conifer. HEX triplet: C4, FA and 5B. RGB value is (196,250,91). Sum of RGB (Red+Green+Blue) = 196+250+91=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 91 (35.94% from 255 or 16.95% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FA5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4FA5B is #3B05A4. Grayscale: #D8D8D8. Windows color (decimal): -3868069 or 6027972. OLE color: 6027972.

HSL color Cylindrical-coordinate representation of color #C4FA5B: hue angle of 80.38º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C4FA5B is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB19625091-
CMYK0.2200.640.02
HSL80.38º94.08%66.86%-
HSV(B)80.38º63.6%98.04%-
XYZ58.8480.8622.4-
YUV215.7357.61113.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.50%
GREEN value IS 250 (98.05% from 255) = 46.55%
BLUE value IS 91 (35.94% from 255) = 16.95%
R=36.50%
G=46.55%
B=16.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal196250910.2200.640.0280.3894.0866.86
HexC4FA5B160402505e43
Octal3043721332601002120136103
Binary11000100111110101011011101100100000010101000010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FA5B; }

 p { color: rgb(196,250,91); }

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

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

 a { background-color: rgb(196,250,91); }

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

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

 span { border-color: rgb(196,250,91); }

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