Html Css Color HEX #D1E27F Sulu

📋 copy color: '#D1E27F'

red 209 ◦ green 226 ◦ blue 127

#D1E27F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #D1E27F

Tints of Sulu #D1E27F

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.6%

R = 37.19%
G = 40.21%
B = 22.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#D1E27F (or 0xD1E27F) is known color: 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

RGB 209 226 127 -
CMYK 0.08 0 0.44 0.11
HSL 70.3º 0.63% 0.69% -
HSV(B) 70.3º 0.44% 0.89% -
XYZ 57.32 69.48 30.47 -
YUV 209.63 81.37 127.55 -
System Red Green Blue C M Y K H S L
Decimal 209 226 127 0.08 0 0.44 0.11 70.3 0.63 0.69
Hex D1 E2 7F 8 0 2C B 46 3F 45
Octal 321 342 177 10 0 54 13 106 77 105
Binary 11010001 11100010 1111111 1000 0 101100 1011 1000110 111111 1000101

Color Harmonies of #D1E27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E27F

Black with #D1E27F

Text Example


Text Example

White with #D1E27F

Text Example


Text Example

HTML Codes & Css Web 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>