#D4FE81

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

Shades of Sulu #D4FE81

Tints of Sulu #D4FE81

Color information

#D4FE81 (or 0xD4FE81) is unknown color: approx Sulu. HEX triplet: D4, FE and 81. RGB value is (212,254,129). Sum of RGB (Red+Green+Blue) = 212+254+129=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 129 (50.78% from 255 or 21.68% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FE81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FE81 is #2B017E. Grayscale: #E3E3E3. Windows color (decimal): -2818431 or 8519380. OLE color: 8519380.

HSL color Cylindrical-coordinate representation of color #D4FE81: hue angle of 80.16º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4FE81 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB212254129-
CMYK0.1700.490.00
HSL80.16º98.43%75.1%-
HSV(B)80.16º49.21%99.61%-
XYZ66.5686.4733.95-
YUV227.1972.59117.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.63%
GREEN value IS 254 (99.61% from 255) = 42.69%
BLUE value IS 129 (50.78% from 255) = 21.68%
R=35.63%
G=42.69%
B=21.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2122541290.1700.490.0080.1698.4375.1
HexD4FE8111031050624b
Octal324376201210610120142113
Binary1101010011111110100000011000101100010101000011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FE81; }

 p { color: rgb(212,254,129); }

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

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

 a { background-color: rgb(212,254,129); }

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

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

 span { border-color: rgb(212,254,129); }

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