#C5FC8D

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

Shades of Sulu #C5FC8D

Tints of Sulu #C5FC8D

Color information

#C5FC8D (or 0xC5FC8D) is unknown color: approx Sulu. HEX triplet: C5, FC and 8D. RGB value is (197,252,141). Sum of RGB (Red+Green+Blue) = 197+252+141=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FC8D is #3A0372. Grayscale: #DFDFDF. Windows color (decimal): -3801971 or 9305285. OLE color: 9305285.

HSL color Cylindrical-coordinate representation of color #C5FC8D: hue angle of 89.73º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5FC8D is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB197252141-
CMYK0.2200.440.01
HSL89.73º94.87%77.06%-
HSV(B)89.73º44.05%98.82%-
XYZ62.6483.4138-
YUV222.981.78109.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.39%
GREEN value IS 252 (98.83% from 255) = 42.71%
BLUE value IS 141 (55.47% from 255) = 23.90%
R=33.39%
G=42.71%
B=23.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1972521410.2200.440.0189.7394.8777.06
HexC5FC8D1602C15a5f4d
Octal305374215260541132137115
Binary1100010111111100100011011011001011001101101010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FC8D; }

 p { color: rgb(197,252,141); }

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

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

 a { background-color: rgb(197,252,141); }

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

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

 span { border-color: rgb(197,252,141); }

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