#D4FD80

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

Shades of Sulu #D4FD80

Tints of Sulu #D4FD80

Color information

#D4FD80 (or 0xD4FD80) is unknown color: approx Sulu. HEX triplet: D4, FD and 80. RGB value is (212,253,128). Sum of RGB (Red+Green+Blue) = 212+253+128=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 128 (50.39% from 255 or 21.59% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FD80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FD80 is #2B027F. Grayscale: #E2E2E2. Windows color (decimal): -2818688 or 8453588. OLE color: 8453588.

HSL color Cylindrical-coordinate representation of color #D4FD80: hue angle of 79.68º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4FD80 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB212253128-
CMYK0.1600.490.01
HSL79.68º96.9%74.71%-
HSV(B)79.68º49.41%99.22%-
XYZ66.1785.8133.5-
YUV226.4972.42117.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.75%
GREEN value IS 253 (99.22% from 255) = 42.66%
BLUE value IS 128 (50.39% from 255) = 21.59%
R=35.75%
G=42.66%
B=21.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2122531280.1600.490.0179.6896.974.71
HexD4FD8010031150614b
Octal324375200200611120141113
Binary1101010011111101100000001000001100011101000011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FD80; }

 p { color: rgb(212,253,128); }

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

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

 a { background-color: rgb(212,253,128); }

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

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

 span { border-color: rgb(212,253,128); }

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