#D0FE83

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

Shades of Sulu #D0FE83

Tints of Sulu #D0FE83

Color information

#D0FE83 (or 0xD0FE83) is unknown color: approx Sulu. HEX triplet: D0, FE and 83. RGB value is (208,254,131). Sum of RGB (Red+Green+Blue) = 208+254+131=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 131 (51.56% from 255 or 22.09% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FE83 is #2F017C. Grayscale: #E2E2E2. Windows color (decimal): -3080573 or 8650448. OLE color: 8650448.

HSL color Cylindrical-coordinate representation of color #D0FE83: hue angle of 82.44º 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 #D0FE83 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB208254131-
CMYK0.1800.480.00
HSL82.44º98.4%75.49%-
HSV(B)82.44º48.43%99.61%-
XYZ65.5585.9334.6-
YUV226.2274.26115-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.08%
GREEN value IS 254 (99.61% from 255) = 42.83%
BLUE value IS 131 (51.56% from 255) = 22.09%
R=35.08%
G=42.83%
B=22.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082541310.1800.480.0082.4498.475.49
HexD0FE8312030052624b
Octal320376203220600122142113
Binary1101000011111110100000111001001100000101001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FE83; }

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

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

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

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

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

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

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

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