#D1E27F

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

Shades of Sulu #D1E27F

Tints of Sulu #D1E27F

Color information

#D1E27F (or 0xD1E27F) is unknown color: approx Sulu. HEX triplet: D1, E2 and 7F. RGB value is (209,226,127). Sum of RGB (Red+Green+Blue) = 209+226+127=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 127 (50% from 255 or 22.60% from 562); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E27F is #2E1D80. Grayscale: #D2D2D2. Windows color (decimal): -3022209 or 8381137. OLE color: 8381137.

HSL color Cylindrical-coordinate representation of color #D1E27F: hue angle of 70.3º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1E27F is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB209226127-
CMYK0.0800.440.11
HSL70.3º63.06%69.22%-
HSV(B)70.3º43.81%88.63%-
XYZ57.3269.4830.47-
YUV209.6381.37127.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.19%
GREEN value IS 226 (88.67% from 255) = 40.21%
BLUE value IS 127 (50% from 255) = 22.60%
R=37.19%
G=40.21%
B=22.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2092261270.0800.440.1170.363.0669.22
HexD1E27F802CB463f45
Octal321342177100541310677105
Binary1101000111100010111111110000101100101110001101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E27F; }

 p { color: rgb(209,226,127); }

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

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

 a { background-color: rgb(209,226,127); }

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

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

 span { border-color: rgb(209,226,127); }

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