Html Css Color HEX #D0E95B Mindaro

📋 copy color: '#D0E95B'

red 208 ◦ green 233 ◦ blue 91

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

Shades of Mindaro #D0E95B

Tints of Mindaro #D0E95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.11%

R = 39.1%
G = 43.8%
B = 17.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#D0E95B (or 0xD0E95B) is known color: Mindaro. HEX triplet: D0, E9 and 5B. RGB value is (208,233,91). Sum of RGB (Red+Green+Blue) = 208+233+91=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 91 (35.94% from 255 or 17.11% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E95B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E95B is #2F16A4. Grayscale: #D1D1D1. Windows color (decimal): -3085989 or 6023632. OLE color: 6023632.

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

Color convert

RGB 208 233 91 -
CMYK 0.11 0 0.61 0.09
HSL 70.56º 0.76% 0.64% -
HSV(B) 70.56º 0.61% 0.91% -
XYZ 57.04 72.44 20.87 -
YUV 209.34 61.22 127.05 -
System Red Green Blue C M Y K H S L
Decimal 208 233 91 0.11 0 0.61 0.09 70.56 0.76 0.64
Hex D0 E9 5B B 0 3D 9 47 4C 40
Octal 320 351 133 13 0 75 11 107 114 100
Binary 11010000 11101001 1011011 1011 0 111101 1001 1000111 1001100 1000000

Color Harmonies of #D0E95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E95B

Black with #D0E95B

Text Example


Text Example

White with #D0E95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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