#C5F98C

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

Shades of Sulu #C5F98C

Tints of Sulu #C5F98C

Color information

#C5F98C (or 0xC5F98C) is unknown color: approx Sulu. HEX triplet: C5, F9 and 8C. RGB value is (197,249,140). Sum of RGB (Red+Green+Blue) = 197+249+140=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F98C is #3A0673. Grayscale: #DDDDDD. Windows color (decimal): -3802740 or 9238981. OLE color: 9238981.

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

Color convert

RGB197249140-
CMYK0.2100.440.02
HSL88.62º90.08%76.27%-
HSV(B)88.62º43.78%97.65%-
XYZ61.6481.5237.3-
YUV221.0382.27110.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.62%
GREEN value IS 249 (97.66% from 255) = 42.49%
BLUE value IS 140 (55.08% from 255) = 23.89%
R=33.62%
G=42.49%
B=23.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972491400.2100.440.0288.6290.0876.27
HexC5F98C1502C2595a4c
Octal305371214250542131132114
Binary11000101111110011000110010101010110010101100110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F98C; }

 p { color: rgb(197,249,140); }

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

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

 a { background-color: rgb(197,249,140); }

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

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

 span { border-color: rgb(197,249,140); }

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