Html Css Color HEX #D2E166 Mindaro

📋 copy color: '#D2E166'

red 210 ◦ green 225 ◦ blue 102

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

Shades of Mindaro #D2E166

Tints of Mindaro #D2E166

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.9%

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

R = 39.11%
G = 41.9%
B = 18.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#D2E166 (or 0xD2E166) is known color: Mindaro. HEX triplet: D2, E1 and 66. RGB value is (210,225,102). Sum of RGB (Red+Green+Blue) = 210+225+102=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E166 is #2D1E99. Grayscale: #CECECE. Windows color (decimal): -2956954 or 6742482. OLE color: 6742482.

HSL color Cylindrical-coordinate representation of color #D2E166: hue angle of 67.32º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2E166 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 225 102 -
CMYK 0.07 0 0.55 0.12
HSL 67.32º 0.67% 0.64% -
HSV(B) 67.32º 0.55% 0.88% -
XYZ 55.9 68.51 22.85 -
YUV 206.49 69.03 130.5 -
System Red Green Blue C M Y K H S L
Decimal 210 225 102 0.07 0 0.55 0.12 67.32 0.67 0.64
Hex D2 E1 66 7 0 37 C 43 43 40
Octal 322 341 146 7 0 67 14 103 103 100
Binary 11010010 11100001 1100110 111 0 110111 1100 1000011 1000011 1000000

Color Harmonies of #D2E166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E166

Black with #D2E166

Text Example


Text Example

White with #D2E166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E166; }

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

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

background-color css

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

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

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

border-color css

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

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

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