Html Css Color HEX #D1E380 Sulu

📋 copy color: '#D1E380'

red 209 ◦ green 227 ◦ blue 128

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

Shades of Sulu #D1E380

Tints of Sulu #D1E380

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.25%

 BLUE value IS 128 (50.39% from 255) = 22.7%

R = 37.06%
G = 40.25%
B = 22.7%

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

#D1E380 (or 0xD1E380) is known color: Sulu. HEX triplet: D1, E3 and 80. RGB value is (209,227,128). Sum of RGB (Red+Green+Blue) = 209+227+128=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E380 is #2E1C7F. Grayscale: #D2D2D2. Windows color (decimal): -3021952 or 8446929. OLE color: 8446929.

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

Color convert

RGB 209 227 128 -
CMYK 0.08 0 0.44 0.11
HSL 70.91º 0.64% 0.7% -
HSV(B) 70.91º 0.44% 0.89% -
XYZ 57.66 70.05 30.9 -
YUV 210.33 81.54 127.05 -
System Red Green Blue C M Y K H S L
Decimal 209 227 128 0.08 0 0.44 0.11 70.91 0.64 0.7
Hex D1 E3 80 8 0 2C B 47 40 46
Octal 321 343 200 10 0 54 13 107 100 106
Binary 11010001 11100011 10000000 1000 0 101100 1011 1000111 1000000 1000110

Color Harmonies of #D1E380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E380

Black with #D1E380

Text Example


Text Example

White with #D1E380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E380; }

 p { color: rgb(209,227,128); }

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

background-color css

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

 a { background-color: rgb(209,227,128); }

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

border-color css

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

 span { border-color: rgb(209,227,128); }

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