Html Css Color HEX #D0E085 Sulu

📋 copy color: '#D0E085'

red 208 ◦ green 224 ◦ blue 133

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

Shades of Sulu #D0E085

Tints of Sulu #D0E085

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.65%

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

R = 36.81%
G = 39.65%
B = 23.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#D0E085 (or 0xD0E085) is known color: Sulu. HEX triplet: D0, E0 and 85. RGB value is (208,224,133). Sum of RGB (Red+Green+Blue) = 208+224+133=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E085 is #2F1F7A. Grayscale: #D1D1D1. Windows color (decimal): -3088251 or 8773840. OLE color: 8773840.

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

Color convert

RGB 208 224 133 -
CMYK 0.07 0 0.41 0.12
HSL 70.55º 0.59% 0.7% -
HSV(B) 70.55º 0.41% 0.88% -
XYZ 56.9 68.41 32.4 -
YUV 208.84 85.2 127.4 -
System Red Green Blue C M Y K H S L
Decimal 208 224 133 0.07 0 0.41 0.12 70.55 0.59 0.7
Hex D0 E0 85 7 0 29 C 47 3B 46
Octal 320 340 205 7 0 51 14 107 73 106
Binary 11010000 11100000 10000101 111 0 101001 1100 1000111 111011 1000110

Color Harmonies of #D0E085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E085

Black with #D0E085

Text Example


Text Example

White with #D0E085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E085; }

 p { color: rgb(208,224,133); }

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

background-color css

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

 a { background-color: rgb(208,224,133); }

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

border-color css

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

 span { border-color: rgb(208,224,133); }

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