Html Css Color HEX #D6E674 Mindaro

📋 copy color: '#D6E674'

red 214 ◦ green 230 ◦ blue 116

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

Shades of Mindaro #D6E674

Tints of Mindaro #D6E674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.71%

R = 38.21%
G = 41.07%
B = 20.71%

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

#D6E674 (or 0xD6E674) is known color: Mindaro. HEX triplet: D6, E6 and 74. RGB value is (214,230,116). Sum of RGB (Red+Green+Blue) = 214+230+116=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 230 (90.23% from 255 or 41.07% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E674 is #29198B. Grayscale: #D4D4D4. Windows color (decimal): -2693516 or 7661270. OLE color: 7661270.

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

Color convert

RGB 214 230 116 -
CMYK 0.07 0 0.50 0.10
HSL 68.42º 0.7% 0.68% -
HSV(B) 68.42º 0.5% 0.9% -
XYZ 59.18 72.15 27.33 -
YUV 212.22 73.7 129.27 -
System Red Green Blue C M Y K H S L
Decimal 214 230 116 0.07 0 0.50 0.10 68.42 0.7 0.68
Hex D6 E6 74 7 0 32 A 44 46 44
Octal 326 346 164 7 0 62 12 104 106 104
Binary 11010110 11100110 1110100 111 0 110010 1010 1000100 1000110 1000100

Color Harmonies of #D6E674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E674

Black with #D6E674

Text Example


Text Example

White with #D6E674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E674; }

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

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

background-color css

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

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

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

border-color css

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

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

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