#D1EF84

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

Shades of Sulu #D1EF84

Tints of Sulu #D1EF84

Color information

#D1EF84 (or 0xD1EF84) is unknown color: approx Sulu. HEX triplet: D1, EF and 84. RGB value is (209,239,132). Sum of RGB (Red+Green+Blue) = 209+239+132=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 132 (51.95% from 255 or 22.76% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EF84 is #2E107B. Grayscale: #DADADA. Windows color (decimal): -3018876 or 8712145. OLE color: 8712145.

HSL color Cylindrical-coordinate representation of color #D1EF84: hue angle of 76.82º degrees, saturation: 0.77, 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 #D1EF84 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB209239132-
CMYK0.1300.450.06
HSL76.82º76.98%72.75%-
HSV(B)76.82º44.77%93.73%-
XYZ61.3376.9533.45-
YUV217.8379.56121.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.03%
GREEN value IS 239 (93.75% from 255) = 41.21%
BLUE value IS 132 (51.95% from 255) = 22.76%
R=36.03%
G=41.21%
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
Decimal2092391320.1300.450.0676.8276.9872.75
HexD1EF84D02D64d4d49
Octal321357204150556115115111
Binary11010001111011111000010011010101101110100110110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EF84; }

 p { color: rgb(209,239,132); }

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

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

 a { background-color: rgb(209,239,132); }

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

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

 span { border-color: rgb(209,239,132); }

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