#D0FD7C

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

Shades of Sulu #D0FD7C

Tints of Sulu #D0FD7C

Color information

#D0FD7C (or 0xD0FD7C) is unknown color: approx Sulu. HEX triplet: D0, FD and 7C. RGB value is (208,253,124). Sum of RGB (Red+Green+Blue) = 208+253+124=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 124 (48.83% from 255 or 21.20% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FD7C is #2F0283. Grayscale: #E1E1E1. Windows color (decimal): -3080836 or 8191440. OLE color: 8191440.

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

Color convert

RGB208253124-
CMYK0.1800.510.01
HSL80.93º96.99%73.92%-
HSV(B)80.93º50.99%99.22%-
XYZ64.7885.1232.08-
YUV224.8471.09115.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.56%
GREEN value IS 253 (99.22% from 255) = 43.25%
BLUE value IS 124 (48.83% from 255) = 21.20%
R=35.56%
G=43.25%
B=21.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082531240.1800.510.0180.9396.9973.92
HexD0FD7C12033151614a
Octal320375174220631121141112
Binary110100001111110111111001001001100111101000111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FD7C; }

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

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

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

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

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

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

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

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