#C5FB80

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

Shades of Sulu #C5FB80

Tints of Sulu #C5FB80

Color information

#C5FB80 (or 0xC5FB80) is unknown color: approx Sulu. HEX triplet: C5, FB and 80. RGB value is (197,251,128). Sum of RGB (Red+Green+Blue) = 197+251+128=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 251 (98.44% from 255 or 43.58% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FB80 is #3A047F. Grayscale: #DDDDDD. Windows color (decimal): -3802240 or 8453061. OLE color: 8453061.

HSL color Cylindrical-coordinate representation of color #C5FB80: hue angle of 86.34º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5FB80 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB197251128-
CMYK0.2200.490.02
HSL86.34º93.89%74.31%-
HSV(B)86.34º49%98.43%-
XYZ61.4282.4233.09-
YUV220.8375.61111-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.20%
GREEN value IS 251 (98.44% from 255) = 43.58%
BLUE value IS 128 (50.39% from 255) = 22.22%
R=34.20%
G=43.58%
B=22.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972511280.2200.490.0286.3493.8974.31
HexC5FB80160312565e4a
Octal305373200260612126136112
Binary11000101111110111000000010110011000110101011010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FB80; }

 p { color: rgb(197,251,128); }

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

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

 a { background-color: rgb(197,251,128); }

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

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

 span { border-color: rgb(197,251,128); }

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