Html Css Color HEX #D6F27A Mindaro

📋 copy color: '#D6F27A'

red 214 ◦ green 242 ◦ blue 122

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

Shades of Mindaro #D6F27A

Tints of Mindaro #D6F27A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.87%

 BLUE value IS 122 (48.05% from 255) = 21.11%

R = 37.02%
G = 41.87%
B = 21.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#D6F27A (or 0xD6F27A) is known color: Mindaro. HEX triplet: D6, F2 and 7A. RGB value is (214,242,122). Sum of RGB (Red+Green+Blue) = 214+242+122=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 122 (48.05% from 255 or 21.11% from 578); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F27A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F27A is #290D85. Grayscale: #DCDCDC. Windows color (decimal): -2690438 or 8057558. OLE color: 8057558.

HSL color Cylindrical-coordinate representation of color #D6F27A: hue angle of 74º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6F27A is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 242 122 -
CMYK 0.12 0 0.50 0.05
HSL 74º 0.82% 0.71% -
HSV(B) 74º 0.5% 0.95% -
XYZ 63 79.21 30.38 -
YUV 219.95 72.72 123.76 -
System Red Green Blue C M Y K H S L
Decimal 214 242 122 0.12 0 0.50 0.05 74 0.82 0.71
Hex D6 F2 7A C 0 32 5 4A 52 47
Octal 326 362 172 14 0 62 5 112 122 107
Binary 11010110 11110010 1111010 1100 0 110010 101 1001010 1010010 1000111

Color Harmonies of #D6F27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F27A

Black with #D6F27A

Text Example


Text Example

White with #D6F27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F27A; }

 p { color: rgb(214,242,122); }

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

background-color css

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

 a { background-color: rgb(214,242,122); }

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

border-color css

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

 span { border-color: rgb(214,242,122); }

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