Html Css Color HEX #27FA42 Malachite

📋 copy color: '#27FA42'

red 39 ◦ green 250 ◦ blue 66

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

Shades of Malachite #27FA42

Tints of Malachite #27FA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.59%

R = 10.99%
G = 70.42%
B = 18.59%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#27FA42 (or 0x27FA42) is known color: Malachite. HEX triplet: 27, FA and 42. RGB value is (39,250,66). Sum of RGB (Red+Green+Blue) = 39+250+66=355 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.99% from 355); Green value is 250 (98.05% from 255 or 70.42% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 250 - color contains mainly: green. Hex color #27FA42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27FA42 is #D805BD. Grayscale: #A6A6A6. Windows color (decimal): -14157246 or 4389415. OLE color: 4389415.

HSL color Cylindrical-coordinate representation of color #27FA42: hue angle of 127.68º 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 #27FA42 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 250 66 -
CMYK 0.84 0 0.74 0.02
HSL 127.68º 0.95% 0.57% -
HSV(B) 127.68º 0.84% 0.98% -
XYZ 36.01 69.2 16.61 -
YUV 165.94 71.6 37.46 -
System Red Green Blue C M Y K H S L
Decimal 39 250 66 0.84 0 0.74 0.02 127.68 0.95 0.57
Hex 27 FA 42 54 0 4A 2 80 5F 39
Octal 47 372 102 124 0 112 2 200 137 71
Binary 100111 11111010 1000010 1010100 0 1001010 10 10000000 1011111 111001

Color Harmonies of #27FA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27FA42

Black with #27FA42

Text Example


Text Example

White with #27FA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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