Html Css Color HEX #D0E666 Mindaro

📋 copy color: '#D0E666'

red 208 ◦ green 230 ◦ blue 102

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

Shades of Mindaro #D0E666

Tints of Mindaro #D0E666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.89%

R = 38.52%
G = 42.59%
B = 18.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#D0E666 (or 0xD0E666) is known color: Mindaro. HEX triplet: D0, E6 and 66. RGB value is (208,230,102). Sum of RGB (Red+Green+Blue) = 208+230+102=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 230 (90.23% from 255 or 42.59% from 540); Blue value is 102 (40.23% from 255 or 18.89% from 540); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E666 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E666 is #2F1999. Grayscale: #D1D1D1. Windows color (decimal): -3086746 or 6743760. OLE color: 6743760.

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

Color convert

RGB 208 230 102 -
CMYK 0.10 0 0.56 0.10
HSL 70.31º 0.72% 0.65% -
HSV(B) 70.31º 0.56% 0.9% -
XYZ 56.71 70.96 23.28 -
YUV 208.83 67.71 127.41 -
System Red Green Blue C M Y K H S L
Decimal 208 230 102 0.10 0 0.56 0.10 70.31 0.72 0.65
Hex D0 E6 66 A 0 38 A 46 48 41
Octal 320 346 146 12 0 70 12 106 110 101
Binary 11010000 11100110 1100110 1010 0 111000 1010 1000110 1001000 1000001

Color Harmonies of #D0E666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E666

Black with #D0E666

Text Example


Text Example

White with #D0E666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E666; }

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

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

background-color css

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

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

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

border-color css

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

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

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