#C5FA4A

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

Shades of Conifer #C5FA4A

Tints of Conifer #C5FA4A

Color information

#C5FA4A (or 0xC5FA4A) is unknown color: approx Conifer. HEX triplet: C5, FA and 4A. RGB value is (197,250,74). Sum of RGB (Red+Green+Blue) = 197+250+74=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5FA4A is #3A05B5. Grayscale: #D6D6D6. Windows color (decimal): -3802550 or 4913861. OLE color: 4913861.

HSL color Cylindrical-coordinate representation of color #C5FA4A: hue angle of 78.07º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5FA4A is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB19725074-
CMYK0.2100.700.02
HSL78.07º94.62%63.53%-
HSV(B)78.07º70.4%98.04%-
XYZ58.4580.7418.98-
YUV214.0948.94115.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.81%
GREEN value IS 250 (98.05% from 255) = 47.98%
BLUE value IS 74 (29.30% from 255) = 14.20%
R=37.81%
G=47.98%
B=14.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal197250740.2100.700.0278.0794.6263.53
HexC5FA4A1504624e5f40
Octal3053721122501062116137100
Binary11000101111110101001010101010100011010100111010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FA4A; }

 p { color: rgb(197,250,74); }

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

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

 a { background-color: rgb(197,250,74); }

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

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

 span { border-color: rgb(197,250,74); }

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