Html Css Color HEX #D4F350 Mindaro

📋 copy color: '#D4F350'

red 212 ◦ green 243 ◦ blue 80

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

Shades of Mindaro #D4F350

Tints of Mindaro #D4F350

RGB

 RED value IS 212 (83.2% from 255) = 39.63%

 GREEN value IS 243 (95.31% from 255) = 45.42%

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

R = 39.63%
G = 45.42%
B = 14.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#D4F350 (or 0xD4F350) is known color: Mindaro. HEX triplet: D4, F3 and 50. RGB value is (212,243,80). Sum of RGB (Red+Green+Blue) = 212+243+80=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 80 (31.64% from 255 or 14.95% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F350 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F350 is #2B0CAF. Grayscale: #D7D7D7. Windows color (decimal): -2821296 or 5305300. OLE color: 5305300.

HSL color Cylindrical-coordinate representation of color #D4F350: hue angle of 71.41º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4F350 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 243 80 -
CMYK 0.13 0 0.67 0.05
HSL 71.41º 0.87% 0.63% -
HSV(B) 71.41º 0.67% 0.95% -
XYZ 60.65 78.68 19.58 -
YUV 215.15 51.73 125.75 -
System Red Green Blue C M Y K H S L
Decimal 212 243 80 0.13 0 0.67 0.05 71.41 0.87 0.63
Hex D4 F3 50 D 0 43 5 47 57 3F
Octal 324 363 120 15 0 103 5 107 127 77
Binary 11010100 11110011 1010000 1101 0 1000011 101 1000111 1010111 111111

Color Harmonies of #D4F350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F350

Black with #D4F350

Text Example


Text Example

White with #D4F350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F350; }

 p { color: rgb(212,243,80); }

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

background-color css

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

 a { background-color: rgb(212,243,80); }

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

border-color css

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

 span { border-color: rgb(212,243,80); }

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