#D3EF81

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

Shades of Sulu #D3EF81

Tints of Sulu #D3EF81

Color information

#D3EF81 (or 0xD3EF81) is unknown color: approx Sulu. HEX triplet: D3, EF and 81. RGB value is (211,239,129). Sum of RGB (Red+Green+Blue) = 211+239+129=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 129 (50.78% from 255 or 22.28% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EF81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EF81 is #2C107E. Grayscale: #DADADA. Windows color (decimal): -2887807 or 8515539. OLE color: 8515539.

HSL color Cylindrical-coordinate representation of color #D3EF81: hue angle of 75.27º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3EF81 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB211239129-
CMYK0.1200.460.06
HSL75.27º77.46%72.16%-
HSV(B)75.27º46.03%93.73%-
XYZ61.6977.1732.41-
YUV218.0977.72122.94-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.44%
GREEN value IS 239 (93.75% from 255) = 41.28%
BLUE value IS 129 (50.78% from 255) = 22.28%
R=36.44%
G=41.28%
B=22.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2112391290.1200.460.0675.2777.4672.16
HexD3EF81C02E64b4d48
Octal323357201140566113115110
Binary11010011111011111000000111000101110110100101110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EF81; }

 p { color: rgb(211,239,129); }

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

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

 a { background-color: rgb(211,239,129); }

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

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

 span { border-color: rgb(211,239,129); }

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