#D2FF84

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

Shades of Sulu #D2FF84

Tints of Sulu #D2FF84

Color information

#D2FF84 (or 0xD2FF84) is unknown color: approx Sulu. HEX triplet: D2, FF and 84. RGB value is (210,255,132). Sum of RGB (Red+Green+Blue) = 210+255+132=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 132 (51.95% from 255 or 22.11% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FF84 is #2D007B. Grayscale: #E3E3E3. Windows color (decimal): -2949244 or 8716242. OLE color: 8716242.

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

Color convert

RGB210255132-
CMYK0.1800.480
HSL81.95º100%75.88%-
HSV(B)81.95º48.24%100%-
XYZ66.586.8935.1-
YUV227.5274.09115.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.18%
GREEN value IS 255 (100% from 255) = 42.71%
BLUE value IS 132 (51.95% from 255) = 22.11%
R=35.18%
G=42.71%
B=22.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102551320.1800.48081.9510075.88
HexD2FF8412030052644c
Octal322377204220600122144114
Binary1101001011111111100001001001001100000101001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FF84; }

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

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

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

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

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

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

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

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