Html Css Color HEX #D2E266 Mindaro

📋 copy color: '#D2E266'

red 210 ◦ green 226 ◦ blue 102

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

Shades of Mindaro #D2E266

Tints of Mindaro #D2E266

RGB

 RED value IS 210 (82.42% from 255) = 39.03%

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

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

R = 39.03%
G = 42.01%
B = 18.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#D2E266 (or 0xD2E266) is known color: Mindaro. HEX triplet: D2, E2 and 66. RGB value is (210,226,102). Sum of RGB (Red+Green+Blue) = 210+226+102=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E266 is #2D1D99. Grayscale: #CFCFCF. Windows color (decimal): -2956698 or 6742738. OLE color: 6742738.

HSL color Cylindrical-coordinate representation of color #D2E266: hue angle of 67.74º 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 #D2E266 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 226 102 -
CMYK 0.07 0 0.55 0.11
HSL 67.74º 0.68% 0.64% -
HSV(B) 67.74º 0.55% 0.89% -
XYZ 56.17 69.05 22.94 -
YUV 207.08 68.7 130.08 -
System Red Green Blue C M Y K H S L
Decimal 210 226 102 0.07 0 0.55 0.11 67.74 0.68 0.64
Hex D2 E2 66 7 0 37 B 44 44 40
Octal 322 342 146 7 0 67 13 104 104 100
Binary 11010010 11100010 1100110 111 0 110111 1011 1000100 1000100 1000000

Color Harmonies of #D2E266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E266

Black with #D2E266

Text Example


Text Example

White with #D2E266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E266; }

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

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

background-color css

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

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

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

border-color css

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

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

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