#C5F875

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

Shades of Sulu #C5F875

Tints of Sulu #C5F875

Color information

#C5F875 (or 0xC5F875) is unknown color: approx Sulu. HEX triplet: C5, F8 and 75. RGB value is (197,248,117). Sum of RGB (Red+Green+Blue) = 197+248+117=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 248 (97.27% from 255 or 44.13% from 562); Blue value is 117 (46.09% from 255 or 20.82% from 562); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F875 is #3A078A. Grayscale: #DADADA. Windows color (decimal): -3803019 or 7731397. OLE color: 7731397.

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

Color convert

RGB197248117-
CMYK0.2100.530.03
HSL83.36º90.34%71.57%-
HSV(B)83.36º52.82%97.25%-
XYZ59.880.2929.18-
YUV217.8271.1113.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.05%
GREEN value IS 248 (97.27% from 255) = 44.13%
BLUE value IS 117 (46.09% from 255) = 20.82%
R=35.05%
G=44.13%
B=20.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1972481170.2100.530.0383.3690.3471.57
HexC5F875150353535a48
Octal305370165250653123132110
Binary1100010111111000111010110101011010111101001110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F875; }

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

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

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

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

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

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

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

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