Html Css Color HEX #D6F67A Mindaro

📋 copy color: '#D6F67A'

red 214 ◦ green 246 ◦ blue 122

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

Shades of Mindaro #D6F67A

Tints of Mindaro #D6F67A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.27%

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

R = 36.77%
G = 42.27%
B = 20.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#D6F67A (or 0xD6F67A) is known color: Mindaro. HEX triplet: D6, F6 and 7A. RGB value is (214,246,122). Sum of RGB (Red+Green+Blue) = 214+246+122=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 246 (96.48% from 255 or 42.27% from 582); Blue value is 122 (48.05% from 255 or 20.96% from 582); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F67A is #290985. Grayscale: #DEDEDE. Windows color (decimal): -2689414 or 8058582. OLE color: 8058582.

HSL color Cylindrical-coordinate representation of color #D6F67A: hue angle of 75.48º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6F67A is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 246 122 -
CMYK 0.13 0 0.50 0.04
HSL 75.48º 0.87% 0.72% -
HSV(B) 75.48º 0.5% 0.96% -
XYZ 64.2 81.61 30.78 -
YUV 222.3 71.4 122.08 -
System Red Green Blue C M Y K H S L
Decimal 214 246 122 0.13 0 0.50 0.04 75.48 0.87 0.72
Hex D6 F6 7A D 0 32 4 4B 57 48
Octal 326 366 172 15 0 62 4 113 127 110
Binary 11010110 11110110 1111010 1101 0 110010 100 1001011 1010111 1001000

Color Harmonies of #D6F67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F67A

Black with #D6F67A

Text Example


Text Example

White with #D6F67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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