#D0FF7C

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

Shades of Sulu #D0FF7C

Tints of Sulu #D0FF7C

Color information

#D0FF7C (or 0xD0FF7C) is unknown color: approx Sulu. HEX triplet: D0, FF and 7C. RGB value is (208,255,124). Sum of RGB (Red+Green+Blue) = 208+255+124=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 124 (48.83% from 255 or 21.12% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FF7C is #2F0083. Grayscale: #E2E2E2. Windows color (decimal): -3080324 or 8191952. OLE color: 8191952.

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

Color convert

RGB208255124-
CMYK0.1800.510
HSL81.53º100%74.31%-
HSV(B)81.53º51.37%100%-
XYZ65.4186.3932.3-
YUV226.0170.43115.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.43%
GREEN value IS 255 (100% from 255) = 43.44%
BLUE value IS 124 (48.83% from 255) = 21.12%
R=35.43%
G=43.44%
B=21.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082551240.1800.51081.5310074.31
HexD0FF7C12033052644a
Octal320377174220630122144112
Binary110100001111111111111001001001100110101001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FF7C; }

 p { color: rgb(208,255,124); }

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

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

 a { background-color: rgb(208,255,124); }

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

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

 span { border-color: rgb(208,255,124); }

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