#D2FD84

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

Shades of Sulu #D2FD84

Tints of Sulu #D2FD84

Color information

#D2FD84 (or 0xD2FD84) is unknown color: approx Sulu. HEX triplet: D2, FD and 84. RGB value is (210,253,132). Sum of RGB (Red+Green+Blue) = 210+253+132=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 132 (51.95% from 255 or 22.18% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FD84 is #2D027B. Grayscale: #E2E2E2. Windows color (decimal): -2949756 or 8715730. OLE color: 8715730.

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

Color convert

RGB210253132-
CMYK0.1700.480.01
HSL81.32º96.8%75.49%-
HSV(B)81.32º47.83%99.22%-
XYZ65.8785.6234.88-
YUV226.3574.75116.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.29%
GREEN value IS 253 (99.22% from 255) = 42.52%
BLUE value IS 132 (51.95% from 255) = 22.18%
R=35.29%
G=42.52%
B=22.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102531320.1700.480.0181.3296.875.49
HexD2FD8411030151614b
Octal322375204210601121141113
Binary1101001011111101100001001000101100001101000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FD84; }

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

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

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

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

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

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

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

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