#D0F084

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

Shades of Sulu #D0F084

Tints of Sulu #D0F084

Color information

#D0F084 (or 0xD0F084) is unknown color: approx Sulu. HEX triplet: D0, F0 and 84. RGB value is (208,240,132). Sum of RGB (Red+Green+Blue) = 208+240+132=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 132 (51.95% from 255 or 22.76% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F084 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F084 is #2F0F7B. Grayscale: #DADADA. Windows color (decimal): -3084156 or 8712400. OLE color: 8712400.

HSL color Cylindrical-coordinate representation of color #D0F084: hue angle of 77.78º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0F084 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB208240132-
CMYK0.1300.450.06
HSL77.78º78.26%72.94%-
HSV(B)77.78º45%94.12%-
XYZ61.3477.433.54-
YUV218.1279.4120.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.86%
GREEN value IS 240 (94.14% from 255) = 41.38%
BLUE value IS 132 (51.95% from 255) = 22.76%
R=35.86%
G=41.38%
B=22.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2082401320.1300.450.0677.7878.2672.94
HexD0F084D02D64e4e49
Octal320360204150556116116111
Binary11010000111100001000010011010101101110100111010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F084; }

 p { color: rgb(208,240,132); }

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

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

 a { background-color: rgb(208,240,132); }

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

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

 span { border-color: rgb(208,240,132); }

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