Html Css Color HEX #D1E18A Sulu

📋 copy color: '#D1E18A'

red 209 ◦ green 225 ◦ blue 138

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

Shades of Sulu #D1E18A

Tints of Sulu #D1E18A

RGB

 RED value IS 209 (82.03% from 255) = 36.54%

 GREEN value IS 225 (88.28% from 255) = 39.34%

 BLUE value IS 138 (54.3% from 255) = 24.13%

R = 36.54%
G = 39.34%
B = 24.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#D1E18A (or 0xD1E18A) is known color: Sulu. HEX triplet: D1, E1 and 8A. RGB value is (209,225,138). Sum of RGB (Red+Green+Blue) = 209+225+138=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E18A is #2E1E75. Grayscale: #D2D2D2. Windows color (decimal): -3022454 or 9101777. OLE color: 9101777.

HSL color Cylindrical-coordinate representation of color #D1E18A: hue angle of 71.03º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D1E18A is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 225 138 -
CMYK 0.07 0 0.39 0.12
HSL 71.03º 0.59% 0.71% -
HSV(B) 71.03º 0.39% 0.88% -
XYZ 57.81 69.24 34.36 -
YUV 210.3 87.2 127.07 -
System Red Green Blue C M Y K H S L
Decimal 209 225 138 0.07 0 0.39 0.12 71.03 0.59 0.71
Hex D1 E1 8A 7 0 27 C 47 3B 47
Octal 321 341 212 7 0 47 14 107 73 107
Binary 11010001 11100001 10001010 111 0 100111 1100 1000111 111011 1000111

Color Harmonies of #D1E18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E18A

Black with #D1E18A

Text Example


Text Example

White with #D1E18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E18A; }

 p { color: rgb(209,225,138); }

 H1.HeaderClassName
 {
   color: #D1E18A;
 }
 .AnyTagClassName
 {
   color: #D1E18A;
 }
</style>

background-color css

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

 a { background-color: rgb(209,225,138); }

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

border-color css

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

 span { border-color: rgb(209,225,138); }

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