Html Css Color HEX #D6E67D Mindaro

📋 copy color: '#D6E67D'

red 214 ◦ green 230 ◦ blue 125

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

Shades of Mindaro #D6E67D

Tints of Mindaro #D6E67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.97%

R = 37.61%
G = 40.42%
B = 21.97%

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

#D6E67D (or 0xD6E67D) is known color: Mindaro. HEX triplet: D6, E6 and 7D. RGB value is (214,230,125). Sum of RGB (Red+Green+Blue) = 214+230+125=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 230 (90.23% from 255 or 40.42% from 569); Blue value is 125 (49.22% from 255 or 21.97% from 569); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E67D is #291982. Grayscale: #D5D5D5. Windows color (decimal): -2693507 or 8251094. OLE color: 8251094.

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

Color convert

RGB 214 230 125 -
CMYK 0.07 0 0.46 0.10
HSL 69.14º 0.68% 0.7% -
HSV(B) 69.14º 0.46% 0.9% -
XYZ 59.73 72.37 30.22 -
YUV 213.25 78.2 128.54 -
System Red Green Blue C M Y K H S L
Decimal 214 230 125 0.07 0 0.46 0.10 69.14 0.68 0.7
Hex D6 E6 7D 7 0 2E A 45 44 46
Octal 326 346 175 7 0 56 12 105 104 106
Binary 11010110 11100110 1111101 111 0 101110 1010 1000101 1000100 1000110

Color Harmonies of #D6E67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E67D

Black with #D6E67D

Text Example


Text Example

White with #D6E67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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