Html Css Color HEX #D0E866 Mindaro

📋 copy color: '#D0E866'

red 208 ◦ green 232 ◦ blue 102

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

Shades of Mindaro #D0E866

Tints of Mindaro #D0E866

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.8%

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

R = 38.38%
G = 42.8%
B = 18.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#D0E866 (or 0xD0E866) is known color: Mindaro. HEX triplet: D0, E8 and 66. RGB value is (208,232,102). Sum of RGB (Red+Green+Blue) = 208+232+102=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 102 (40.23% from 255 or 18.82% from 542); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E866 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E866 is #2F1799. Grayscale: #D2D2D2. Windows color (decimal): -3086234 or 6744272. OLE color: 6744272.

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

Color convert

RGB 208 232 102 -
CMYK 0.10 0 0.56 0.09
HSL 71.08º 0.74% 0.65% -
HSV(B) 71.08º 0.56% 0.91% -
XYZ 57.27 72.08 23.47 -
YUV 210 67.05 126.57 -
System Red Green Blue C M Y K H S L
Decimal 208 232 102 0.10 0 0.56 0.09 71.08 0.74 0.65
Hex D0 E8 66 A 0 38 9 47 4A 41
Octal 320 350 146 12 0 70 11 107 112 101
Binary 11010000 11101000 1100110 1010 0 111000 1001 1000111 1001010 1000001

Color Harmonies of #D0E866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E866

Black with #D0E866

Text Example


Text Example

White with #D0E866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E866; }

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

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

background-color css

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

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

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

border-color css

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

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

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