#D2FE83

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

Shades of Sulu #D2FE83

Tints of Sulu #D2FE83

Color information

#D2FE83 (or 0xD2FE83) is unknown color: approx Sulu. HEX triplet: D2, FE and 83. RGB value is (210,254,131). Sum of RGB (Red+Green+Blue) = 210+254+131=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 131 (51.56% from 255 or 22.02% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FE83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FE83 is #2D017C. Grayscale: #E3E3E3. Windows color (decimal): -2949501 or 8650450. OLE color: 8650450.

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

Color convert

RGB210254131-
CMYK0.1700.480.00
HSL81.46º98.4%75.49%-
HSV(B)81.46º48.43%99.61%-
XYZ66.1286.2234.63-
YUV226.8273.92116-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.29%
GREEN value IS 254 (99.61% from 255) = 42.69%
BLUE value IS 131 (51.56% from 255) = 22.02%
R=35.29%
G=42.69%
B=22.02%

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
Decimal2102541310.1700.480.0081.4698.475.49
HexD2FE8311030051624b
Octal322376203210600121142113
Binary1101001011111110100000111000101100000101000111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FE83; }

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

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

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

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

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

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

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

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