Html Css Color HEX #D6E672 Mindaro

📋 copy color: '#D6E672'

red 214 ◦ green 230 ◦ blue 114

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

Shades of Mindaro #D6E672

Tints of Mindaro #D6E672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.43%

R = 38.35%
G = 41.22%
B = 20.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#D6E672 (or 0xD6E672) is known color: Mindaro. HEX triplet: D6, E6 and 72. RGB value is (214,230,114). Sum of RGB (Red+Green+Blue) = 214+230+114=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E672 is #29198D. Grayscale: #D4D4D4. Windows color (decimal): -2693518 or 7530198. OLE color: 7530198.

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

Color convert

RGB 214 230 114 -
CMYK 0.07 0 0.50 0.10
HSL 68.28º 0.7% 0.67% -
HSV(B) 68.28º 0.5% 0.9% -
XYZ 59.07 72.1 26.72 -
YUV 211.99 72.7 129.43 -
System Red Green Blue C M Y K H S L
Decimal 214 230 114 0.07 0 0.50 0.10 68.28 0.7 0.67
Hex D6 E6 72 7 0 32 A 44 46 43
Octal 326 346 162 7 0 62 12 104 106 103
Binary 11010110 11100110 1110010 111 0 110010 1010 1000100 1000110 1000011

Color Harmonies of #D6E672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E672

Black with #D6E672

Text Example


Text Example

White with #D6E672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E672; }

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

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

background-color css

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

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

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

border-color css

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

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

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