Html Css Color HEX #D0E964 Mindaro

📋 copy color: '#D0E964'

red 208 ◦ green 233 ◦ blue 100

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

Shades of Mindaro #D0E964

Tints of Mindaro #D0E964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.48%

R = 38.45%
G = 43.07%
B = 18.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#D0E964 (or 0xD0E964) is known color: Mindaro. HEX triplet: D0, E9 and 64. RGB value is (208,233,100). Sum of RGB (Red+Green+Blue) = 208+233+100=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 100 (39.45% from 255 or 18.48% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E964 is #2F169B. Grayscale: #D2D2D2. Windows color (decimal): -3085980 or 6613456. OLE color: 6613456.

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

Color convert

RGB 208 233 100 -
CMYK 0.11 0 0.57 0.09
HSL 71.28º 0.75% 0.65% -
HSV(B) 71.28º 0.57% 0.91% -
XYZ 57.45 72.61 23.04 -
YUV 210.36 65.72 126.31 -
System Red Green Blue C M Y K H S L
Decimal 208 233 100 0.11 0 0.57 0.09 71.28 0.75 0.65
Hex D0 E9 64 B 0 39 9 47 4B 41
Octal 320 351 144 13 0 71 11 107 113 101
Binary 11010000 11101001 1100100 1011 0 111001 1001 1000111 1001011 1000001

Color Harmonies of #D0E964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E964

Black with #D0E964

Text Example


Text Example

White with #D0E964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E964; }

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

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

background-color css

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

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

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

border-color css

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

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

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