Html Css Color HEX #D6F45A Mindaro

📋 copy color: '#D6F45A'

red 214 ◦ green 244 ◦ blue 90

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

Shades of Mindaro #D6F45A

Tints of Mindaro #D6F45A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.42%

R = 39.05%
G = 44.53%
B = 16.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#D6F45A (or 0xD6F45A) is known color: Mindaro. HEX triplet: D6, F4 and 5A. RGB value is (214,244,90). Sum of RGB (Red+Green+Blue) = 214+244+90=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 244 (95.70% from 255 or 44.53% from 548); Blue value is 90 (35.55% from 255 or 16.42% from 548); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F45A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F45A is #290BA5. Grayscale: #DADADA. Windows color (decimal): -2689958 or 5960918. OLE color: 5960918.

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

Color convert

RGB 214 244 90 -
CMYK 0.12 0 0.63 0.04
HSL 71.69º 0.88% 0.65% -
HSV(B) 71.69º 0.63% 0.96% -
XYZ 61.93 79.74 21.8 -
YUV 217.47 56.06 125.52 -
System Red Green Blue C M Y K H S L
Decimal 214 244 90 0.12 0 0.63 0.04 71.69 0.88 0.65
Hex D6 F4 5A C 0 3F 4 48 58 41
Octal 326 364 132 14 0 77 4 110 130 101
Binary 11010110 11110100 1011010 1100 0 111111 100 1001000 1011000 1000001

Color Harmonies of #D6F45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F45A

Black with #D6F45A

Text Example


Text Example

White with #D6F45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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