Html Css Color HEX #D0E955 Mindaro

📋 copy color: '#D0E955'

red 208 ◦ green 233 ◦ blue 85

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

Shades of Mindaro #D0E955

Tints of Mindaro #D0E955

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.3%

 BLUE value IS 85 (33.59% from 255) = 16.16%

R = 39.54%
G = 44.3%
B = 16.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#D0E955 (or 0xD0E955) is known color: Mindaro. HEX triplet: D0, E9 and 55. RGB value is (208,233,85). Sum of RGB (Red+Green+Blue) = 208+233+85=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 85 (33.59% from 255 or 16.16% from 526); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E955 is #2F16AA. Grayscale: #D1D1D1. Windows color (decimal): -3085995 or 5630416. OLE color: 5630416.

HSL color Cylindrical-coordinate representation of color #D0E955: hue angle of 70.14º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0E955 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 233 85 -
CMYK 0.11 0 0.64 0.09
HSL 70.14º 0.77% 0.62% -
HSV(B) 70.14º 0.64% 0.91% -
XYZ 56.79 72.34 19.56 -
YUV 208.65 58.22 127.53 -
System Red Green Blue C M Y K H S L
Decimal 208 233 85 0.11 0 0.64 0.09 70.14 0.77 0.62
Hex D0 E9 55 B 0 40 9 46 4D 3E
Octal 320 351 125 13 0 100 11 106 115 76
Binary 11010000 11101001 1010101 1011 0 1000000 1001 1000110 1001101 111110

Color Harmonies of #D0E955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E955

Black with #D0E955

Text Example


Text Example

White with #D0E955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E955; }

 p { color: rgb(208,233,85); }

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

background-color css

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

 a { background-color: rgb(208,233,85); }

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

border-color css

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

 span { border-color: rgb(208,233,85); }

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