Html Css Color HEX #27FA50 Malachite

📋 copy color: '#27FA50'

red 39 ◦ green 250 ◦ blue 80

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

Shades of Malachite #27FA50

Tints of Malachite #27FA50

RGB

 RED value IS 39 (15.63% from 255) = 10.57%

 GREEN value IS 250 (98.05% from 255) = 67.75%

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

R = 10.57%
G = 67.75%
B = 21.68%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#27FA50 (or 0x27FA50) is known color: Malachite. HEX triplet: 27, FA and 50. RGB value is (39,250,80). Sum of RGB (Red+Green+Blue) = 39+250+80=369 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.57% from 369); Green value is 250 (98.05% from 255 or 67.75% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 250 - color contains mainly: green. Hex color #27FA50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #27FA50 is #D805AF. Grayscale: #A8A8A8. Windows color (decimal): -14157232 or 5306919. OLE color: 5306919.

HSL color Cylindrical-coordinate representation of color #27FA50: hue angle of 131.66º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27FA50 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 250 80 -
CMYK 0.84 0 0.68 0.02
HSL 131.66º 0.95% 0.57% -
HSV(B) 131.66º 0.84% 0.98% -
XYZ 36.47 69.38 19.06 -
YUV 167.53 78.6 36.32 -
System Red Green Blue C M Y K H S L
Decimal 39 250 80 0.84 0 0.68 0.02 131.66 0.95 0.57
Hex 27 FA 50 54 0 44 2 84 5F 39
Octal 47 372 120 124 0 104 2 204 137 71
Binary 100111 11111010 1010000 1010100 0 1000100 10 10000100 1011111 111001

Color Harmonies of #27FA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27FA50

Black with #27FA50

Text Example


Text Example

White with #27FA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27FA50; }

 p { color: rgb(39,250,80); }

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

background-color css

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

 a { background-color: rgb(39,250,80); }

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

border-color css

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

 span { border-color: rgb(39,250,80); }

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