#1BC74B

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

Shades of Malachite #1BC74B

Tints of Malachite #1BC74B

Color information

#1BC74B (or 0x1BC74B) is unknown color: approx Malachite. HEX triplet: 1B, C7 and 4B. RGB value is (27,199,75). Sum of RGB (Red+Green+Blue) = 27+199+75=301 (39% of max value = 765). Red value is 27 (10.94% from 255 or 8.97% from 301); Green value is 199 (78.12% from 255 or 66.11% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 199 - color contains mainly: green. Hex color #1BC74B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC74B is #E438B4. Grayscale: #858585. Windows color (decimal): -14956725 or 4966171. OLE color: 4966171.

HSL color Cylindrical-coordinate representation of color #1BC74B: hue angle of 136.74º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC74B is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB2719975-
CMYK0.8600.620.22
HSL136.74º76.11%44.31%-
HSV(B)136.74º86.43%78.04%-
XYZ22.1541.5913.52-
YUV133.4495.0252.08-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.97%
GREEN value IS 199 (78.12% from 255) = 66.11%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=8.97%
G=66.11%
B=24.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal27199750.8600.620.22136.7476.1144.31
Hex1BC74B5603E16894c2c
Octal333071131260762621111454
Binary110111100011110010111010110011111010110100010011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BC74B; }

 p { color: rgb(27,199,75); }

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

<style>
 a { background-color: #1BC74B; }

 a { background-color: rgb(27,199,75); }

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

<style>
 span { border-color: #1BC74B; }

 span { border-color: rgb(27,199,75); }

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