#D0FC7C

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

Shades of Sulu #D0FC7C

Tints of Sulu #D0FC7C

Color information

#D0FC7C (or 0xD0FC7C) is unknown color: approx Sulu. HEX triplet: D0, FC and 7C. RGB value is (208,252,124). Sum of RGB (Red+Green+Blue) = 208+252+124=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 124 (48.83% from 255 or 21.23% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FC7C is #2F0383. Grayscale: #E0E0E0. Windows color (decimal): -3081092 or 8191184. OLE color: 8191184.

HSL color Cylindrical-coordinate representation of color #D0FC7C: hue angle of 80.62º degrees, saturation: 0.96, 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 #D0FC7C is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB208252124-
CMYK0.1700.510.01
HSL80.62º95.52%73.73%-
HSV(B)80.62º50.79%98.82%-
XYZ64.4684.4931.98-
YUV224.2571.42116.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.62%
GREEN value IS 252 (98.83% from 255) = 43.15%
BLUE value IS 124 (48.83% from 255) = 21.23%
R=35.62%
G=43.15%
B=21.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082521240.1700.510.0180.6295.5273.73
HexD0FC7C11033151604a
Octal320374174210631121140112
Binary110100001111110011111001000101100111101000111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FC7C; }

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

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

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

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

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

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

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

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