Html Css Color HEX #27D650 Malachite

📋 copy color: '#27D650'

red 39 ◦ green 214 ◦ blue 80

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

Shades of Malachite #27D650

Tints of Malachite #27D650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 64.26%

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

R = 11.71%
G = 64.26%
B = 24.02%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#27D650 (or 0x27D650) is known color: Malachite. HEX triplet: 27, D6 and 50. RGB value is (39,214,80). Sum of RGB (Red+Green+Blue) = 39+214+80=333 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.71% from 333); Green value is 214 (83.98% from 255 or 64.26% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 214 - color contains mainly: green. Hex color #27D650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27D650 is #D829AF. Grayscale: #929292. Windows color (decimal): -14166448 or 5297703. OLE color: 5297703.

HSL color Cylindrical-coordinate representation of color #27D650: hue angle of 134.06º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D650 is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 39 214 80 -
CMYK 0.82 0 0.63 0.16
HSL 134.06º 0.69% 0.5% -
HSV(B) 134.06º 0.82% 0.84% -
XYZ 26.33 49.1 15.68 -
YUV 146.4 90.52 51.4 -
System Red Green Blue C M Y K H S L
Decimal 39 214 80 0.82 0 0.63 0.16 134.06 0.69 0.5
Hex 27 D6 50 52 0 3F 10 86 45 32
Octal 47 326 120 122 0 77 20 206 105 62
Binary 100111 11010110 1010000 1010010 0 111111 10000 10000110 1000101 110010

Color Harmonies of #27D650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D650

Black with #27D650

Text Example


Text Example

White with #27D650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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