Html Css Color HEX #D6E67C Mindaro

📋 copy color: '#D6E67C'

red 214 ◦ green 230 ◦ blue 124

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

Shades of Mindaro #D6E67C

Tints of Mindaro #D6E67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.83%

R = 37.68%
G = 40.49%
B = 21.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#D6E67C (or 0xD6E67C) is known color: Mindaro. HEX triplet: D6, E6 and 7C. RGB value is (214,230,124). Sum of RGB (Red+Green+Blue) = 214+230+124=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 230 (90.23% from 255 or 40.49% from 568); Blue value is 124 (48.83% from 255 or 21.83% from 568); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E67C is #291983. Grayscale: #D5D5D5. Windows color (decimal): -2693508 or 8185558. OLE color: 8185558.

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

Color convert

RGB 214 230 124 -
CMYK 0.07 0 0.46 0.10
HSL 69.06º 0.68% 0.69% -
HSV(B) 69.06º 0.46% 0.9% -
XYZ 59.67 72.35 29.89 -
YUV 213.13 77.7 128.62 -
System Red Green Blue C M Y K H S L
Decimal 214 230 124 0.07 0 0.46 0.10 69.06 0.68 0.69
Hex D6 E6 7C 7 0 2E A 45 44 45
Octal 326 346 174 7 0 56 12 105 104 105
Binary 11010110 11100110 1111100 111 0 101110 1010 1000101 1000100 1000101

Color Harmonies of #D6E67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E67C

Black with #D6E67C

Text Example


Text Example

White with #D6E67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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