Html Css Color HEX #D6F47D Mindaro

📋 copy color: '#D6F47D'

red 214 ◦ green 244 ◦ blue 125

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

Shades of Mindaro #D6F47D

Tints of Mindaro #D6F47D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.85%

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

R = 36.71%
G = 41.85%
B = 21.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#D6F47D (or 0xD6F47D) is known color: Mindaro. HEX triplet: D6, F4 and 7D. RGB value is (214,244,125). Sum of RGB (Red+Green+Blue) = 214+244+125=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 244 (95.70% from 255 or 41.85% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F47D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F47D is #290B82. Grayscale: #DDDDDD. Windows color (decimal): -2689923 or 8254678. OLE color: 8254678.

HSL color Cylindrical-coordinate representation of color #D6F47D: hue angle of 75.13º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6F47D is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 244 125 -
CMYK 0.12 0 0.49 0.04
HSL 75.13º 0.84% 0.72% -
HSV(B) 75.13º 0.49% 0.96% -
XYZ 63.78 80.48 31.57 -
YUV 221.46 73.56 122.68 -
System Red Green Blue C M Y K H S L
Decimal 214 244 125 0.12 0 0.49 0.04 75.13 0.84 0.72
Hex D6 F4 7D C 0 31 4 4B 54 48
Octal 326 364 175 14 0 61 4 113 124 110
Binary 11010110 11110100 1111101 1100 0 110001 100 1001011 1010100 1001000

Color Harmonies of #D6F47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F47D

Black with #D6F47D

Text Example


Text Example

White with #D6F47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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