#D0E67C

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

Shades of Sulu #D0E67C

Tints of Sulu #D0E67C

Color information

#D0E67C (or 0xD0E67C) is unknown color: approx Sulu. HEX triplet: D0, E6 and 7C. RGB value is (208,230,124). Sum of RGB (Red+Green+Blue) = 208+230+124=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E67C is #2F1983. Grayscale: #D3D3D3. Windows color (decimal): -3086724 or 8185552. OLE color: 8185552.

HSL color Cylindrical-coordinate representation of color #D0E67C: hue angle of 72.45º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0E67C is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB208230124-
CMYK0.1000.460.10
HSL72.45º67.95%69.41%-
HSV(B)72.45º46.09%90.2%-
XYZ57.9571.4629.81-
YUV211.3478.71125.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.01%
GREEN value IS 230 (90.23% from 255) = 40.93%
BLUE value IS 124 (48.83% from 255) = 22.06%
R=37.01%
G=40.93%
B=22.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2082301240.1000.460.1072.4567.9569.41
HexD0E67CA02EA484445
Octal3203461741205612110104105
Binary11010000111001101111100101001011101010100100010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E67C; }

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

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

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

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

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

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

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

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