Html Css Color HEX #D0E963 Mindaro

📋 copy color: '#D0E963'

red 208 ◦ green 233 ◦ blue 99

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

Shades of Mindaro #D0E963

Tints of Mindaro #D0E963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.33%

R = 38.52%
G = 43.15%
B = 18.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#D0E963 (or 0xD0E963) is known color: Mindaro. HEX triplet: D0, E9 and 63. RGB value is (208,233,99). Sum of RGB (Red+Green+Blue) = 208+233+99=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 99 (39.06% from 255 or 18.33% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E963 is #2F169C. Grayscale: #D2D2D2. Windows color (decimal): -3085981 or 6547920. OLE color: 6547920.

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

Color convert

RGB 208 233 99 -
CMYK 0.11 0 0.58 0.09
HSL 71.19º 0.75% 0.65% -
HSV(B) 71.19º 0.58% 0.91% -
XYZ 57.4 72.59 22.79 -
YUV 210.25 65.22 126.4 -
System Red Green Blue C M Y K H S L
Decimal 208 233 99 0.11 0 0.58 0.09 71.19 0.75 0.65
Hex D0 E9 63 B 0 3A 9 47 4B 41
Octal 320 351 143 13 0 72 11 107 113 101
Binary 11010000 11101001 1100011 1011 0 111010 1001 1000111 1001011 1000001

Color Harmonies of #D0E963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E963

Black with #D0E963

Text Example


Text Example

White with #D0E963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E963; }

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

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

background-color css

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

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

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

border-color css

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

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

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