#C5F06F

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

Shades of Sulu #C5F06F

Tints of Sulu #C5F06F

Color information

#C5F06F (or 0xC5F06F) is unknown color: approx Sulu. HEX triplet: C5, F0 and 6F. RGB value is (197,240,111). Sum of RGB (Red+Green+Blue) = 197+240+111=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 111 (43.75% from 255 or 20.26% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F06F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F06F is #3A0F90. Grayscale: #D4D4D4. Windows color (decimal): -3805073 or 7336133. OLE color: 7336133.

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

Color convert

RGB197240111-
CMYK0.1800.540.06
HSL80º81.13%68.82%-
HSV(B)80º53.75%94.12%-
XYZ57.0675.3426.57-
YUV212.4470.75116.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.95%
GREEN value IS 240 (94.14% from 255) = 43.80%
BLUE value IS 111 (43.75% from 255) = 20.26%
R=35.95%
G=43.80%
B=20.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1972401110.1800.540.068081.1368.82
HexC5F06F120366505145
Octal305360157220666120121105
Binary11000101111100001101111100100110110110101000010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F06F; }

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

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

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

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

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

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

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

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