#D0FD7E

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

Shades of Sulu #D0FD7E

Tints of Sulu #D0FD7E

Color information

#D0FD7E (or 0xD0FD7E) is unknown color: approx Sulu. HEX triplet: D0, FD and 7E. RGB value is (208,253,126). Sum of RGB (Red+Green+Blue) = 208+253+126=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 126 (49.61% from 255 or 21.47% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FD7E is #2F0281. Grayscale: #E1E1E1. Windows color (decimal): -3080834 or 8322512. OLE color: 8322512.

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

Color convert

RGB208253126-
CMYK0.1800.500.01
HSL81.26º96.95%74.31%-
HSV(B)81.26º50.2%99.22%-
XYZ64.985.1732.76-
YUV225.0772.09115.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.43%
GREEN value IS 253 (99.22% from 255) = 43.10%
BLUE value IS 126 (49.61% from 255) = 21.47%
R=35.43%
G=43.10%
B=21.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082531260.1800.500.0181.2696.9574.31
HexD0FD7E12032151614a
Octal320375176220621121141112
Binary110100001111110111111101001001100101101000111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FD7E; }

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

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

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

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

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

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

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

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