#D2FB84

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

Shades of Sulu #D2FB84

Tints of Sulu #D2FB84

Color information

#D2FB84 (or 0xD2FB84) is unknown color: approx Sulu. HEX triplet: D2, FB and 84. RGB value is (210,251,132). Sum of RGB (Red+Green+Blue) = 210+251+132=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 132 (51.95% from 255 or 22.26% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FB84 is #2D047B. Grayscale: #E1E1E1. Windows color (decimal): -2950268 or 8715218. OLE color: 8715218.

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

Color convert

RGB210251132-
CMYK0.1600.470.02
HSL80.67º93.7%75.1%-
HSV(B)80.67º47.41%98.43%-
XYZ65.2484.3634.67-
YUV225.1875.42117.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.41%
GREEN value IS 251 (98.44% from 255) = 42.33%
BLUE value IS 132 (51.95% from 255) = 22.26%
R=35.41%
G=42.33%
B=22.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102511320.1600.470.0280.6793.775.1
HexD2FB841002F2515e4b
Octal322373204200572121136113
Binary11010010111110111000010010000010111110101000110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FB84; }

 p { color: rgb(210,251,132); }

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

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

 a { background-color: rgb(210,251,132); }

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

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

 span { border-color: rgb(210,251,132); }

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