#27F250

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

Shades of Malachite #27F250

Tints of Malachite #27F250

Color information

#27F250 (or 0x27F250) is unknown color: approx Malachite. HEX triplet: 27, F2 and 50. RGB value is (39,242,80). Sum of RGB (Red+Green+Blue) = 39+242+80=361 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.80% from 361); Green value is 242 (94.92% from 255 or 67.04% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 242 - color contains mainly: green. Hex color #27F250 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #27F250 is #D80DAF. Grayscale: #A3A3A3. Windows color (decimal): -14159280 or 5304871. OLE color: 5304871.

HSL color Cylindrical-coordinate representation of color #27F250: hue angle of 132.12º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F250 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB3924280-
CMYK0.8400.670.05
HSL132.12º88.65%55.1%-
HSV(B)132.12º83.88%94.9%-
XYZ34.0464.5118.25-
YUV162.8481.2539.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.80%
GREEN value IS 242 (94.92% from 255) = 67.04%
BLUE value IS 80 (31.64% from 255) = 22.16%
R=10.80%
G=67.04%
B=22.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal39242800.8400.670.05132.1288.6555.1
Hex27F250540435845937
Octal473621201240103520413167
Binary100111111100101010000101010001000011101100001001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27F250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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