#D8F284

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

Shades of Sulu #D8F284

Tints of Sulu #D8F284

Color information

#D8F284 (or 0xD8F284) is unknown color: approx Sulu. HEX triplet: D8, F2 and 84. RGB value is (216,242,132). Sum of RGB (Red+Green+Blue) = 216+242+132=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 132 (51.95% from 255 or 22.37% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F284 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F284 is #270D7B. Grayscale: #DEDEDE. Windows color (decimal): -2559356 or 8712920. OLE color: 8712920.

HSL color Cylindrical-coordinate representation of color #D8F284: hue angle of 74.18º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8F284 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB216242132-
CMYK0.1100.450.05
HSL74.18º80.88%73.33%-
HSV(B)74.18º45.45%94.9%-
XYZ64.2479.7733.84-
YUV221.6977.39123.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.61%
GREEN value IS 242 (94.92% from 255) = 41.02%
BLUE value IS 132 (51.95% from 255) = 22.37%
R=36.61%
G=41.02%
B=22.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162421320.1100.450.0574.1880.8873.33
HexD8F284B02D54a5149
Octal330362204130555112121111
Binary11011000111100101000010010110101101101100101010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F284; }

 p { color: rgb(216,242,132); }

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

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

 a { background-color: rgb(216,242,132); }

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

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

 span { border-color: rgb(216,242,132); }

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