#C5FA8E

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

Shades of Sulu #C5FA8E

Tints of Sulu #C5FA8E

Color information

#C5FA8E (or 0xC5FA8E) is unknown color: approx Sulu. HEX triplet: C5, FA and 8E. RGB value is (197,250,142). Sum of RGB (Red+Green+Blue) = 197+250+142=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FA8E is #3A0571. Grayscale: #DEDEDE. Windows color (decimal): -3802482 or 9370309. OLE color: 9370309.

HSL color Cylindrical-coordinate representation of color #C5FA8E: hue angle of 89.44º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5FA8E is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB197250142-
CMYK0.2100.430.02
HSL89.44º91.53%76.86%-
HSV(B)89.44º43.2%98.04%-
XYZ62.0982.1938.18-
YUV221.8482.94110.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.45%
GREEN value IS 250 (98.05% from 255) = 42.44%
BLUE value IS 142 (55.86% from 255) = 24.11%
R=33.45%
G=42.44%
B=24.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972501420.2100.430.0289.4491.5376.86
HexC5FA8E1502B2595c4d
Octal305372216250532131134115
Binary11000101111110101000111010101010101110101100110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FA8E; }

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

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

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

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

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

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

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

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