Html Css Color HEX #D6E17D Mindaro

📋 copy color: '#D6E17D'

red 214 ◦ green 225 ◦ blue 125

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

Shades of Mindaro #D6E17D

Tints of Mindaro #D6E17D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.89%

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

R = 37.94%
G = 39.89%
B = 22.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#D6E17D (or 0xD6E17D) is known color: Mindaro. HEX triplet: D6, E1 and 7D. RGB value is (214,225,125). Sum of RGB (Red+Green+Blue) = 214+225+125=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 125 (49.22% from 255 or 22.16% from 564); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E17D is #291E82. Grayscale: #D2D2D2. Windows color (decimal): -2694787 or 8249814. OLE color: 8249814.

HSL color Cylindrical-coordinate representation of color #D6E17D: hue angle of 66.6º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6E17D is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 225 125 -
CMYK 0.05 0 0.44 0.12
HSL 66.6º 0.63% 0.69% -
HSV(B) 66.6º 0.44% 0.88% -
XYZ 58.36 69.63 29.77 -
YUV 210.31 79.86 130.63 -
System Red Green Blue C M Y K H S L
Decimal 214 225 125 0.05 0 0.44 0.12 66.6 0.63 0.69
Hex D6 E1 7D 5 0 2C C 43 3E 45
Octal 326 341 175 5 0 54 14 103 76 105
Binary 11010110 11100001 1111101 101 0 101100 1100 1000011 111110 1000101

Color Harmonies of #D6E17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E17D

Black with #D6E17D

Text Example


Text Example

White with #D6E17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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