Html Css Color HEX #D5F450 Mindaro

📋 copy color: '#D5F450'

red 213 ◦ green 244 ◦ blue 80

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

Shades of Mindaro #D5F450

Tints of Mindaro #D5F450

RGB

 RED value IS 213 (83.59% from 255) = 39.66%

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

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

R = 39.66%
G = 45.44%
B = 14.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#D5F450 (or 0xD5F450) is known color: Mindaro. HEX triplet: D5, F4 and 50. RGB value is (213,244,80). Sum of RGB (Red+Green+Blue) = 213+244+80=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 244 (95.70% from 255 or 45.44% from 537); Blue value is 80 (31.64% from 255 or 14.90% from 537); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F450 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F450 is #2A0BAF. Grayscale: #D8D8D8. Windows color (decimal): -2755504 or 5305557. OLE color: 5305557.

HSL color Cylindrical-coordinate representation of color #D5F450: hue angle of 71.34º 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 #D5F450 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 244 80 -
CMYK 0.13 0 0.67 0.04
HSL 71.34º 0.88% 0.64% -
HSV(B) 71.34º 0.67% 0.96% -
XYZ 61.24 79.43 19.69 -
YUV 216.04 51.23 125.84 -
System Red Green Blue C M Y K H S L
Decimal 213 244 80 0.13 0 0.67 0.04 71.34 0.88 0.64
Hex D5 F4 50 D 0 43 4 47 58 40
Octal 325 364 120 15 0 103 4 107 130 100
Binary 11010101 11110100 1010000 1101 0 1000011 100 1000111 1011000 1000000

Color Harmonies of #D5F450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F450

Black with #D5F450

Text Example


Text Example

White with #D5F450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F450; }

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

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

background-color css

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

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

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

border-color css

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

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

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