#27F05B

Color #27F05B Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #27F05B

Tints of Malachite #27F05B

Color information

#27F05B (or 0x27F05B) is unknown color: approx Malachite. HEX triplet: 27, F0 and 5B. RGB value is (39,240,91). Sum of RGB (Red+Green+Blue) = 39+240+91=370 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.54% from 370); Green value is 240 (94.14% from 255 or 64.86% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 240 - color contains mainly: green. Hex color #27F05B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #27F05B is #D80FA4. Grayscale: #A3A3A3. Windows color (decimal): -14159781 or 6025255. OLE color: 6025255.

HSL color Cylindrical-coordinate representation of color #27F05B: hue angle of 135.52º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F05B is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB3924091-
CMYK0.8400.620.06
HSL135.52º87.01%54.71%-
HSV(B)135.52º83.75%94.12%-
XYZ33.8963.5120.37-
YUV162.9287.4139.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.54%
GREEN value IS 240 (94.14% from 255) = 64.86%
BLUE value IS 91 (35.94% from 255) = 24.59%
R=10.54%
G=64.86%
B=24.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal39240910.8400.620.06135.5287.0154.71
Hex27F05B5403E6885737
Octal47360133124076621012767
Binary10011111110000101101110101000111110110100010001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27F05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,240,91); }

 H1.HeaderClassName
 {
   color: #27F05B;
 }
 .AnyTagClassName
 {
   color: #27F05B;
 }
</style>
background-color css

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

 a { background-color: rgb(39,240,91); }

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

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

 span { border-color: rgb(39,240,91); }

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