Html Css Color HEX #D0E581 Sulu

📋 copy color: '#D0E581'

red 208 ◦ green 229 ◦ blue 129

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

Shades of Sulu #D0E581

Tints of Sulu #D0E581

RGB

 RED value IS 208 (81.64% from 255) = 36.75%

 GREEN value IS 229 (89.84% from 255) = 40.46%

 BLUE value IS 129 (50.78% from 255) = 22.79%

R = 36.75%
G = 40.46%
B = 22.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#D0E581 (or 0xD0E581) is known color: Sulu. HEX triplet: D0, E5 and 81. RGB value is (208,229,129). Sum of RGB (Red+Green+Blue) = 208+229+129=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 229 (89.84% from 255 or 40.46% from 566); Blue value is 129 (50.78% from 255 or 22.79% from 566); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E581 is #2F1A7E. Grayscale: #D3D3D3. Windows color (decimal): -3086975 or 8512976. OLE color: 8512976.

HSL color Cylindrical-coordinate representation of color #D0E581: hue angle of 72.6º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0E581 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 229 129 -
CMYK 0.09 0 0.44 0.10
HSL 72.6º 0.66% 0.7% -
HSV(B) 72.6º 0.44% 0.9% -
XYZ 57.99 71.03 31.42 -
YUV 211.32 81.54 125.63 -
System Red Green Blue C M Y K H S L
Decimal 208 229 129 0.09 0 0.44 0.10 72.6 0.66 0.7
Hex D0 E5 81 9 0 2C A 49 42 46
Octal 320 345 201 11 0 54 12 111 102 106
Binary 11010000 11100101 10000001 1001 0 101100 1010 1001001 1000010 1000110

Color Harmonies of #D0E581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E581

Black with #D0E581

Text Example


Text Example

White with #D0E581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E581; }

 p { color: rgb(208,229,129); }

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

background-color css

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

 a { background-color: rgb(208,229,129); }

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

border-color css

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

 span { border-color: rgb(208,229,129); }

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