Html Css Color HEX #D6F450 Mindaro

📋 copy color: '#D6F450'

red 214 ◦ green 244 ◦ blue 80

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

Shades of Mindaro #D6F450

Tints of Mindaro #D6F450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.87%

R = 39.78%
G = 45.35%
B = 14.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#D6F450 (or 0xD6F450) is known color: Mindaro. HEX triplet: D6, F4 and 50. RGB value is (214,244,80). Sum of RGB (Red+Green+Blue) = 214+244+80=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 244 (95.70% from 255 or 45.35% from 538); Blue value is 80 (31.64% from 255 or 14.87% from 538); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F450 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F450 is #290BAF. Grayscale: #D8D8D8. Windows color (decimal): -2689968 or 5305558. OLE color: 5305558.

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

Color convert

RGB 214 244 80 -
CMYK 0.12 0 0.67 0.04
HSL 70.98º 0.88% 0.64% -
HSV(B) 70.98º 0.67% 0.96% -
XYZ 61.53 79.58 19.71 -
YUV 216.33 51.06 126.34 -
System Red Green Blue C M Y K H S L
Decimal 214 244 80 0.12 0 0.67 0.04 70.98 0.88 0.64
Hex D6 F4 50 C 0 43 4 47 58 40
Octal 326 364 120 14 0 103 4 107 130 100
Binary 11010110 11110100 1010000 1100 0 1000011 100 1000111 1011000 1000000

Color Harmonies of #D6F450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F450

Black with #D6F450

Text Example


Text Example

White with #D6F450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F450; }

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

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

background-color css

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

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

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

border-color css

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

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

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