#D0FE8A

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

Shades of Sulu #D0FE8A

Tints of Sulu #D0FE8A

Color information

#D0FE8A (or 0xD0FE8A) is unknown color: approx Sulu. HEX triplet: D0, FE and 8A. RGB value is (208,254,138). Sum of RGB (Red+Green+Blue) = 208+254+138=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 138 (54.30% from 255 or 23% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FE8A is #2F0175. Grayscale: #E3E3E3. Windows color (decimal): -3080566 or 9109200. OLE color: 9109200.

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

Color convert

RGB208254138-
CMYK0.1800.460.00
HSL83.79º98.31%76.86%-
HSV(B)83.79º45.67%99.61%-
XYZ66.0486.1337.19-
YUV227.0277.76114.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.67%
GREEN value IS 254 (99.61% from 255) = 42.33%
BLUE value IS 138 (54.30% from 255) = 23%
R=34.67%
G=42.33%
B=23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082541380.1800.460.0083.7998.3176.86
HexD0FE8A1202E054624d
Octal320376212220560124142115
Binary1101000011111110100010101001001011100101010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FE8A; }

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

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

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

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

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

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

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

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