Html Css Color HEX #D0E663 Mindaro

📋 copy color: '#D0E663'

red 208 ◦ green 230 ◦ blue 99

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

Shades of Mindaro #D0E663

Tints of Mindaro #D0E663

RGB

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

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

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

R = 38.73%
G = 42.83%
B = 18.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#D0E663 (or 0xD0E663) is known color: Mindaro. HEX triplet: D0, E6 and 63. RGB value is (208,230,99). Sum of RGB (Red+Green+Blue) = 208+230+99=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 230 (90.23% from 255 or 42.83% from 537); Blue value is 99 (39.06% from 255 or 18.44% from 537); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E663 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E663 is #2F199C. Grayscale: #D0D0D0. Windows color (decimal): -3086749 or 6547152. OLE color: 6547152.

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

Color convert

RGB 208 230 99 -
CMYK 0.10 0 0.57 0.10
HSL 70.08º 0.72% 0.65% -
HSV(B) 70.08º 0.57% 0.9% -
XYZ 56.56 70.9 22.51 -
YUV 208.49 66.21 127.65 -
System Red Green Blue C M Y K H S L
Decimal 208 230 99 0.10 0 0.57 0.10 70.08 0.72 0.65
Hex D0 E6 63 A 0 39 A 46 48 41
Octal 320 346 143 12 0 71 12 106 110 101
Binary 11010000 11100110 1100011 1010 0 111001 1010 1000110 1001000 1000001

Color Harmonies of #D0E663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E663

Black with #D0E663

Text Example


Text Example

White with #D0E663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E663; }

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

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

background-color css

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

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

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

border-color css

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

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

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