Html Css Color HEX #D2E966 Mindaro

📋 copy color: '#D2E966'

red 210 ◦ green 233 ◦ blue 102

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

Shades of Mindaro #D2E966

Tints of Mindaro #D2E966

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.75%

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

R = 38.53%
G = 42.75%
B = 18.72%

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

#D2E966 (or 0xD2E966) is known color: Mindaro. HEX triplet: D2, E9 and 66. RGB value is (210,233,102). Sum of RGB (Red+Green+Blue) = 210+233+102=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 102 (40.23% from 255 or 18.72% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E966 is #2D1699. Grayscale: #D3D3D3. Windows color (decimal): -2954906 or 6744530. OLE color: 6744530.

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

Color convert

RGB 210 233 102 -
CMYK 0.10 0 0.56 0.09
HSL 70.53º 0.75% 0.66% -
HSV(B) 70.53º 0.56% 0.91% -
XYZ 58.12 72.94 23.59 -
YUV 211.19 66.38 127.15 -
System Red Green Blue C M Y K H S L
Decimal 210 233 102 0.10 0 0.56 0.09 70.53 0.75 0.66
Hex D2 E9 66 A 0 38 9 47 4B 42
Octal 322 351 146 12 0 70 11 107 113 102
Binary 11010010 11101001 1100110 1010 0 111000 1001 1000111 1001011 1000010

Color Harmonies of #D2E966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E966

Black with #D2E966

Text Example


Text Example

White with #D2E966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E966; }

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

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

background-color css

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

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

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

border-color css

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

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

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