#C5F186

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

Shades of Sulu #C5F186

Tints of Sulu #C5F186

Color information

#C5F186 (or 0xC5F186) is unknown color: approx Sulu. HEX triplet: C5, F1 and 86. RGB value is (197,241,134). Sum of RGB (Red+Green+Blue) = 197+241+134=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 134 (52.73% from 255 or 23.43% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F186 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F186 is #3A0E79. Grayscale: #D8D8D8. Windows color (decimal): -3804794 or 8843717. OLE color: 8843717.

HSL color Cylindrical-coordinate representation of color #C5F186: hue angle of 84.67º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5F186 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB197241134-
CMYK0.1800.440.05
HSL84.67º79.26%73.53%-
HSV(B)84.67º44.4%94.51%-
XYZ58.7876.534.22-
YUV215.6581.92114.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.44%
GREEN value IS 241 (94.53% from 255) = 42.13%
BLUE value IS 134 (52.73% from 255) = 23.43%
R=34.44%
G=42.13%
B=23.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972411340.1800.440.0584.6779.2673.53
HexC5F1861202C5554f4a
Octal305361206220545125117112
Binary110001011111000110000110100100101100101101010110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F186; }

 p { color: rgb(197,241,134); }

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

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

 a { background-color: rgb(197,241,134); }

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

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

 span { border-color: rgb(197,241,134); }

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