Html Css Color HEX #D6E664 Mindaro

📋 copy color: '#D6E664'

red 214 ◦ green 230 ◦ blue 100

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

Shades of Mindaro #D6E664

Tints of Mindaro #D6E664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.38%

R = 39.34%
G = 42.28%
B = 18.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#D6E664 (or 0xD6E664) is known color: Mindaro. HEX triplet: D6, E6 and 64. RGB value is (214,230,100). Sum of RGB (Red+Green+Blue) = 214+230+100=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E664 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E664 is #29199B. Grayscale: #D2D2D2. Windows color (decimal): -2693532 or 6612694. OLE color: 6612694.

HSL color Cylindrical-coordinate representation of color #D6E664: hue angle of 67.38º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6E664 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 230 100 -
CMYK 0.07 0 0.57 0.10
HSL 67.38º 0.72% 0.65% -
HSV(B) 67.38º 0.57% 0.9% -
XYZ 58.33 71.81 22.84 -
YUV 210.4 65.7 130.57 -
System Red Green Blue C M Y K H S L
Decimal 214 230 100 0.07 0 0.57 0.10 67.38 0.72 0.65
Hex D6 E6 64 7 0 39 A 43 48 41
Octal 326 346 144 7 0 71 12 103 110 101
Binary 11010110 11100110 1100100 111 0 111001 1010 1000011 1001000 1000001

Color Harmonies of #D6E664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E664

Black with #D6E664

Text Example


Text Example

White with #D6E664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E664; }

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

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

background-color css

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

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

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

border-color css

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

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

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