#C4F980

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

Shades of Sulu #C4F980

Tints of Sulu #C4F980

Color information

#C4F980 (or 0xC4F980) is unknown color: approx Sulu. HEX triplet: C4, F9 and 80. RGB value is (196,249,128). Sum of RGB (Red+Green+Blue) = 196+249+128=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 128 (50.39% from 255 or 22.34% from 573); Max value from RGB is 249 - color contains mainly: green. Hex color #C4F980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4F980 is #3B067F. Grayscale: #DBDBDB. Windows color (decimal): -3868288 or 8452548. OLE color: 8452548.

HSL color Cylindrical-coordinate representation of color #C4F980: hue angle of 86.28º degrees, saturation: 0.91, 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 #C4F980 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB196249128-
CMYK0.2100.490.02
HSL86.28º90.98%73.92%-
HSV(B)86.28º48.59%97.65%-
XYZ60.5481.0532.87-
YUV219.3676.44111.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.21%
GREEN value IS 249 (97.66% from 255) = 43.46%
BLUE value IS 128 (50.39% from 255) = 22.34%
R=34.21%
G=43.46%
B=22.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962491280.2100.490.0286.2890.9873.92
HexC4F980150312565b4a
Octal304371200250612126133112
Binary11000100111110011000000010101011000110101011010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F980; }

 p { color: rgb(196,249,128); }

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

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

 a { background-color: rgb(196,249,128); }

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

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

 span { border-color: rgb(196,249,128); }

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