#D2FE7D

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

Shades of Sulu #D2FE7D

Tints of Sulu #D2FE7D

Color information

#D2FE7D (or 0xD2FE7D) is unknown color: approx Sulu. HEX triplet: D2, FE and 7D. RGB value is (210,254,125). Sum of RGB (Red+Green+Blue) = 210+254+125=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FE7D is #2D0182. Grayscale: #E2E2E2. Windows color (decimal): -2949507 or 8257234. OLE color: 8257234.

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

Color convert

RGB210254125-
CMYK0.1700.510.00
HSL80.47º98.47%74.31%-
HSV(B)80.47º50.79%99.61%-
XYZ65.7286.0732.55-
YUV226.1470.92116.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.65%
GREEN value IS 254 (99.61% from 255) = 43.12%
BLUE value IS 125 (49.22% from 255) = 21.22%
R=35.65%
G=43.12%
B=21.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102541250.1700.510.0080.4798.4774.31
HexD2FE7D11033050624a
Octal322376175210630120142112
Binary110100101111111011111011000101100110101000011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FE7D; }

 p { color: rgb(210,254,125); }

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

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

 a { background-color: rgb(210,254,125); }

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

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

 span { border-color: rgb(210,254,125); }

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