Html Css Color HEX #D6F350 Mindaro

📋 copy color: '#D6F350'

red 214 ◦ green 243 ◦ blue 80

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

Shades of Mindaro #D6F350

Tints of Mindaro #D6F350

RGB

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

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

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

R = 39.85%
G = 45.25%
B = 14.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#D6F350 (or 0xD6F350) is known color: Mindaro. HEX triplet: D6, F3 and 50. RGB value is (214,243,80). Sum of RGB (Red+Green+Blue) = 214+243+80=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 80 (31.64% from 255 or 14.90% from 537); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F350 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F350 is #290CAF. Grayscale: #D8D8D8. Windows color (decimal): -2690224 or 5305302. OLE color: 5305302.

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

Color convert

RGB 214 243 80 -
CMYK 0.12 0 0.67 0.05
HSL 70.67º 0.87% 0.63% -
HSV(B) 70.67º 0.67% 0.95% -
XYZ 61.23 78.98 19.61 -
YUV 215.75 51.39 126.75 -
System Red Green Blue C M Y K H S L
Decimal 214 243 80 0.12 0 0.67 0.05 70.67 0.87 0.63
Hex D6 F3 50 C 0 43 5 47 57 3F
Octal 326 363 120 14 0 103 5 107 127 77
Binary 11010110 11110011 1010000 1100 0 1000011 101 1000111 1010111 111111

Color Harmonies of #D6F350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F350

Black with #D6F350

Text Example


Text Example

White with #D6F350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F350; }

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

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

background-color css

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

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

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

border-color css

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

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

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