#D0FD8A

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

Shades of Sulu #D0FD8A

Tints of Sulu #D0FD8A

Color information

#D0FD8A (or 0xD0FD8A) is unknown color: approx Sulu. HEX triplet: D0, FD and 8A. RGB value is (208,253,138). Sum of RGB (Red+Green+Blue) = 208+253+138=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 138 (54.30% from 255 or 23.04% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FD8A is #2F0275. Grayscale: #E2E2E2. Windows color (decimal): -3080822 or 9108944. OLE color: 9108944.

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

Color convert

RGB208253138-
CMYK0.1800.450.01
HSL83.48º96.64%76.67%-
HSV(B)83.48º45.45%99.22%-
XYZ65.7385.537.08-
YUV226.4478.09114.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.72%
GREEN value IS 253 (99.22% from 255) = 42.24%
BLUE value IS 138 (54.30% from 255) = 23.04%
R=34.72%
G=42.24%
B=23.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082531380.1800.450.0183.4896.6476.67
HexD0FD8A1202D153614d
Octal320375212220551123141115
Binary1101000011111101100010101001001011011101001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FD8A; }

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

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

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

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

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

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

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

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