Html Css Color HEX #D6E669 Mindaro

📋 copy color: '#D6E669'

red 214 ◦ green 230 ◦ blue 105

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

Shades of Mindaro #D6E669

Tints of Mindaro #D6E669

RGB

 RED value IS 214 (83.98% from 255) = 38.98%

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

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

R = 38.98%
G = 41.89%
B = 19.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#D6E669 (or 0xD6E669) is known color: Mindaro. HEX triplet: D6, E6 and 69. RGB value is (214,230,105). Sum of RGB (Red+Green+Blue) = 214+230+105=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 105 (41.41% from 255 or 19.13% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E669 is #291996. Grayscale: #D3D3D3. Windows color (decimal): -2693527 or 6940374. OLE color: 6940374.

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

Color convert

RGB 214 230 105 -
CMYK 0.07 0 0.54 0.10
HSL 67.68º 0.71% 0.66% -
HSV(B) 67.68º 0.54% 0.9% -
XYZ 58.58 71.91 24.16 -
YUV 210.97 68.2 130.16 -
System Red Green Blue C M Y K H S L
Decimal 214 230 105 0.07 0 0.54 0.10 67.68 0.71 0.66
Hex D6 E6 69 7 0 36 A 44 47 42
Octal 326 346 151 7 0 66 12 104 107 102
Binary 11010110 11100110 1101001 111 0 110110 1010 1000100 1000111 1000010

Color Harmonies of #D6E669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E669

Black with #D6E669

Text Example


Text Example

White with #D6E669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E669; }

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

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

background-color css

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

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

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

border-color css

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

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

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