Html Css Color HEX #D1E280 Sulu

📋 copy color: '#D1E280'

red 209 ◦ green 226 ◦ blue 128

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

Shades of Sulu #D1E280

Tints of Sulu #D1E280

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.14%

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

R = 37.12%
G = 40.14%
B = 22.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#D1E280 (or 0xD1E280) is known color: Sulu. HEX triplet: D1, E2 and 80. RGB value is (209,226,128). Sum of RGB (Red+Green+Blue) = 209+226+128=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 226 (88.67% from 255 or 40.14% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E280 is #2E1D7F. Grayscale: #D2D2D2. Windows color (decimal): -3022208 or 8446673. OLE color: 8446673.

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

Color convert

RGB 209 226 128 -
CMYK 0.08 0 0.43 0.11
HSL 70.41º 0.63% 0.69% -
HSV(B) 70.41º 0.43% 0.89% -
XYZ 57.39 69.51 30.81 -
YUV 209.75 81.87 127.47 -
System Red Green Blue C M Y K H S L
Decimal 209 226 128 0.08 0 0.43 0.11 70.41 0.63 0.69
Hex D1 E2 80 8 0 2B B 46 3F 45
Octal 321 342 200 10 0 53 13 106 77 105
Binary 11010001 11100010 10000000 1000 0 101011 1011 1000110 111111 1000101

Color Harmonies of #D1E280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E280

Black with #D1E280

Text Example


Text Example

White with #D1E280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E280; }

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

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

background-color css

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

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

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

border-color css

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

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

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