#D4FE85

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

Shades of Sulu #D4FE85

Tints of Sulu #D4FE85

Color information

#D4FE85 (or 0xD4FE85) is unknown color: approx Sulu. HEX triplet: D4, FE and 85. RGB value is (212,254,133). Sum of RGB (Red+Green+Blue) = 212+254+133=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 133 (52.34% from 255 or 22.20% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FE85 is #2B017A. Grayscale: #E4E4E4. Windows color (decimal): -2818427 or 8781524. OLE color: 8781524.

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

Color convert

RGB212254133-
CMYK0.1700.480.00
HSL80.83º98.37%75.88%-
HSV(B)80.83º47.64%99.61%-
XYZ66.8386.5735.38-
YUV227.6574.59116.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.39%
GREEN value IS 254 (99.61% from 255) = 42.40%
BLUE value IS 133 (52.34% from 255) = 22.20%
R=35.39%
G=42.40%
B=22.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2122541330.1700.480.0080.8398.3775.88
HexD4FE8511030051624c
Octal324376205210600121142114
Binary1101010011111110100001011000101100000101000111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FE85; }

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

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

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

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

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

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

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

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