#C5F08C

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

Shades of Sulu #C5F08C

Tints of Sulu #C5F08C

Color information

#C5F08C (or 0xC5F08C) is unknown color: approx Sulu. HEX triplet: C5, F0 and 8C. RGB value is (197,240,140). Sum of RGB (Red+Green+Blue) = 197+240+140=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F08C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F08C is #3A0F73. Grayscale: #D8D8D8. Windows color (decimal): -3805044 or 9236677. OLE color: 9236677.

HSL color Cylindrical-coordinate representation of color #C5F08C: hue angle of 85.8º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5F08C is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB197240140-
CMYK0.1800.420.06
HSL85.8º76.92%74.51%-
HSV(B)85.8º41.67%94.12%-
XYZ58.9276.0836.39-
YUV215.7485.25114.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.14%
GREEN value IS 240 (94.14% from 255) = 41.59%
BLUE value IS 140 (55.08% from 255) = 24.26%
R=34.14%
G=41.59%
B=24.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1972401400.1800.420.0685.876.9274.51
HexC5F08C1202A6564d4b
Octal305360214220526126115113
Binary110001011111000010001100100100101010110101011010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F08C; }

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

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

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

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

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

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

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

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