#D2E68F

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

Shades of Sulu #D2E68F

Tints of Sulu #D2E68F

Color information

#D2E68F (or 0xD2E68F) is unknown color: approx Sulu. HEX triplet: D2, E6 and 8F. RGB value is (210,230,143). Sum of RGB (Red+Green+Blue) = 210+230+143=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 143 (56.25% from 255 or 24.53% from 583); Max value from RGB is 230 - color contains mainly: green. Hex color #D2E68F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E68F is #2D1970. Grayscale: #D6D6D6. Windows color (decimal): -2955633 or 9430738. OLE color: 9430738.

HSL color Cylindrical-coordinate representation of color #D2E68F: hue angle of 73.79º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2E68F is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB210230143-
CMYK0.0900.380.10
HSL73.79º63.5%73.14%-
HSV(B)73.79º37.83%90.2%-
XYZ59.8372.2836.78-
YUV214.187.87125.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.02%
GREEN value IS 230 (90.23% from 255) = 39.45%
BLUE value IS 143 (56.25% from 255) = 24.53%
R=36.02%
G=39.45%
B=24.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2102301430.0900.380.1073.7963.573.14
HexD2E68F9026A4a4049
Octal3223462171104612112100111
Binary110100101110011010001111100101001101010100101010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E68F; }

 p { color: rgb(210,230,143); }

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

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

 a { background-color: rgb(210,230,143); }

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

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

 span { border-color: rgb(210,230,143); }

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