#35E755

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

Shades of Malachite #35E755

Tints of Malachite #35E755

Color information

#35E755 (or 0x35E755) is unknown color: approx Malachite. HEX triplet: 35, E7 and 55. RGB value is (53,231,85). Sum of RGB (Red+Green+Blue) = 53+231+85=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 231 (90.62% from 255 or 62.60% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 231 - color contains mainly: green. Hex color #35E755 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35E755 is #CA18AA. Grayscale: #A1A1A1. Windows color (decimal): -13244587 or 5629749. OLE color: 5629749.

HSL color Cylindrical-coordinate representation of color #35E755: hue angle of 130.79º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E755 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB5323185-
CMYK0.7700.630.09
HSL130.79º78.76%55.69%-
HSV(B)130.79º77.06%90.59%-
XYZ31.6858.5618.23-
YUV161.1385.0350.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.36%
GREEN value IS 231 (90.62% from 255) = 62.60%
BLUE value IS 85 (33.59% from 255) = 23.04%
R=14.36%
G=62.60%
B=23.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal53231850.7700.630.09130.7978.7655.69
Hex35E7554D03F9834f38
Octal653471251150771120311770
Binary110101111001111010101100110101111111001100000111001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35E755; }

 p { color: rgb(53,231,85); }

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

<style>
 a { background-color: #35E755; }

 a { background-color: rgb(53,231,85); }

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

<style>
 span { border-color: #35E755; }

 span { border-color: rgb(53,231,85); }

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