#C5F775

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

Shades of Sulu #C5F775

Tints of Sulu #C5F775

Color information

#C5F775 (or 0xC5F775) is unknown color: approx Sulu. HEX triplet: C5, F7 and 75. RGB value is (197,247,117). Sum of RGB (Red+Green+Blue) = 197+247+117=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F775 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F775 is #3A088A. Grayscale: #D9D9D9. Windows color (decimal): -3803275 or 7731141. OLE color: 7731141.

HSL color Cylindrical-coordinate representation of color #C5F775: hue angle of 83.08º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5F775 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB197247117-
CMYK0.2000.530.03
HSL83.08º89.04%71.37%-
HSV(B)83.08º52.63%96.86%-
XYZ59.579.6829.07-
YUV217.2371.44113.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.12%
GREEN value IS 247 (96.88% from 255) = 44.03%
BLUE value IS 117 (46.09% from 255) = 20.86%
R=35.12%
G=44.03%
B=20.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1972471170.2000.530.0383.0889.0471.37
HexC5F775140353535947
Octal305367165240653123131107
Binary1100010111110111111010110100011010111101001110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F775; }

 p { color: rgb(197,247,117); }

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

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

 a { background-color: rgb(197,247,117); }

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

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

 span { border-color: rgb(197,247,117); }

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