Html Css Color HEX #D0E686 Sulu

📋 copy color: '#D0E686'

red 208 ◦ green 230 ◦ blue 134

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

Shades of Sulu #D0E686

Tints of Sulu #D0E686

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.21%

 BLUE value IS 134 (52.73% from 255) = 23.43%

R = 36.36%
G = 40.21%
B = 23.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#D0E686 (or 0xD0E686) is known color: Sulu. HEX triplet: D0, E6 and 86. RGB value is (208,230,134). Sum of RGB (Red+Green+Blue) = 208+230+134=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 230 (90.23% from 255 or 40.21% from 572); Blue value is 134 (52.73% from 255 or 23.43% from 572); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E686 is #2F1979. Grayscale: #D4D4D4. Windows color (decimal): -3086714 or 8840912. OLE color: 8840912.

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

Color convert

RGB 208 230 134 -
CMYK 0.10 0 0.42 0.10
HSL 73.75º 0.66% 0.71% -
HSV(B) 73.75º 0.42% 0.9% -
XYZ 58.61 71.72 33.31 -
YUV 212.48 83.71 124.81 -
System Red Green Blue C M Y K H S L
Decimal 208 230 134 0.10 0 0.42 0.10 73.75 0.66 0.71
Hex D0 E6 86 A 0 2A A 4A 42 47
Octal 320 346 206 12 0 52 12 112 102 107
Binary 11010000 11100110 10000110 1010 0 101010 1010 1001010 1000010 1000111

Color Harmonies of #D0E686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E686

Black with #D0E686

Text Example


Text Example

White with #D0E686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E686; }

 p { color: rgb(208,230,134); }

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

background-color css

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

 a { background-color: rgb(208,230,134); }

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

border-color css

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

 span { border-color: rgb(208,230,134); }

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