Html Css Color HEX #D0E266 Mindaro

📋 copy color: '#D0E266'

red 208 ◦ green 226 ◦ blue 102

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

Shades of Mindaro #D0E266

Tints of Mindaro #D0E266

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.16%

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

R = 38.81%
G = 42.16%
B = 19.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#D0E266 (or 0xD0E266) is known color: Mindaro. HEX triplet: D0, E2 and 66. RGB value is (208,226,102). Sum of RGB (Red+Green+Blue) = 208+226+102=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E266 is #2F1D99. Grayscale: #CECECE. Windows color (decimal): -3087770 or 6742736. OLE color: 6742736.

HSL color Cylindrical-coordinate representation of color #D0E266: hue angle of 68.71º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0E266 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 226 102 -
CMYK 0.08 0 0.55 0.11
HSL 68.71º 0.68% 0.64% -
HSV(B) 68.71º 0.55% 0.89% -
XYZ 55.61 68.76 22.91 -
YUV 206.48 69.04 129.08 -
System Red Green Blue C M Y K H S L
Decimal 208 226 102 0.08 0 0.55 0.11 68.71 0.68 0.64
Hex D0 E2 66 8 0 37 B 45 44 40
Octal 320 342 146 10 0 67 13 105 104 100
Binary 11010000 11100010 1100110 1000 0 110111 1011 1000101 1000100 1000000

Color Harmonies of #D0E266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E266

Black with #D0E266

Text Example


Text Example

White with #D0E266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E266; }

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

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

background-color css

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

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

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

border-color css

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

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

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