#D2EF81

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

Shades of Sulu #D2EF81

Tints of Sulu #D2EF81

Color information

#D2EF81 (or 0xD2EF81) is unknown color: approx Sulu. HEX triplet: D2, EF and 81. RGB value is (210,239,129). Sum of RGB (Red+Green+Blue) = 210+239+129=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 129 (50.78% from 255 or 22.32% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EF81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EF81 is #2D107E. Grayscale: #DADADA. Windows color (decimal): -2953343 or 8515538. OLE color: 8515538.

HSL color Cylindrical-coordinate representation of color #D2EF81: hue angle of 75.82º 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 #D2EF81 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB210239129-
CMYK0.1200.460.06
HSL75.82º77.46%72.16%-
HSV(B)75.82º46.03%93.73%-
XYZ61.4177.0232.4-
YUV217.7977.89122.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.33%
GREEN value IS 239 (93.75% from 255) = 41.35%
BLUE value IS 129 (50.78% from 255) = 22.32%
R=36.33%
G=41.35%
B=22.32%

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
Decimal2102391290.1200.460.0675.8277.4672.16
HexD2EF81C02E64c4d48
Octal322357201140566114115110
Binary11010010111011111000000111000101110110100110010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EF81; }

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

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

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

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

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

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

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

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