Html Css Color HEX #D2E669 Mindaro

📋 copy color: '#D2E669'

red 210 ◦ green 230 ◦ blue 105

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

Shades of Mindaro #D2E669

Tints of Mindaro #D2E669

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.2%

 BLUE value IS 105 (41.41% from 255) = 19.27%

R = 38.53%
G = 42.2%
B = 19.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#D2E669 (or 0xD2E669) is known color: Mindaro. HEX triplet: D2, E6 and 69. RGB value is (210,230,105). Sum of RGB (Red+Green+Blue) = 210+230+105=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #D2E669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E669 is #2D1996. Grayscale: #D2D2D2. Windows color (decimal): -2955671 or 6940370. OLE color: 6940370.

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

Color convert

RGB 210 230 105 -
CMYK 0.09 0 0.54 0.10
HSL 69.6º 0.71% 0.66% -
HSV(B) 69.6º 0.54% 0.9% -
XYZ 57.42 71.32 24.1 -
YUV 209.77 68.87 128.16 -
System Red Green Blue C M Y K H S L
Decimal 210 230 105 0.09 0 0.54 0.10 69.6 0.71 0.66
Hex D2 E6 69 9 0 36 A 46 47 42
Octal 322 346 151 11 0 66 12 106 107 102
Binary 11010010 11100110 1101001 1001 0 110110 1010 1000110 1000111 1000010

Color Harmonies of #D2E669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E669

Black with #D2E669

Text Example


Text Example

White with #D2E669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E669; }

 p { color: rgb(210,230,105); }

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

background-color css

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

 a { background-color: rgb(210,230,105); }

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

border-color css

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

 span { border-color: rgb(210,230,105); }

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