Html Css Color HEX #D1E485 Sulu

📋 copy color: '#D1E485'

red 209 ◦ green 228 ◦ blue 133

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

Shades of Sulu #D1E485

Tints of Sulu #D1E485

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40%

 BLUE value IS 133 (52.34% from 255) = 23.33%

R = 36.67%
G = 40%
B = 23.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#D1E485 (or 0xD1E485) is known color: Sulu. HEX triplet: D1, E4 and 85. RGB value is (209,228,133). Sum of RGB (Red+Green+Blue) = 209+228+133=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 228 (89.45% from 255 or 40% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 228 - color contains mainly: green. Hex color #D1E485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E485 is #2E1B7A. Grayscale: #D3D3D3. Windows color (decimal): -3021691 or 8774865. OLE color: 8774865.

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

Color convert

RGB 209 228 133 -
CMYK 0.08 0 0.42 0.11
HSL 72º 0.64% 0.71% -
HSV(B) 72º 0.42% 0.89% -
XYZ 58.27 70.74 32.77 -
YUV 211.49 83.71 126.22 -
System Red Green Blue C M Y K H S L
Decimal 209 228 133 0.08 0 0.42 0.11 72 0.64 0.71
Hex D1 E4 85 8 0 2A B 48 40 47
Octal 321 344 205 10 0 52 13 110 100 107
Binary 11010001 11100100 10000101 1000 0 101010 1011 1001000 1000000 1000111

Color Harmonies of #D1E485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E485

Black with #D1E485

Text Example


Text Example

White with #D1E485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E485; }

 p { color: rgb(209,228,133); }

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

background-color css

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

 a { background-color: rgb(209,228,133); }

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

border-color css

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

 span { border-color: rgb(209,228,133); }

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