#35F358

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

Shades of Malachite #35F358

Tints of Malachite #35F358

Color information

#35F358 (or 0x35F358) is unknown color: approx Malachite. HEX triplet: 35, F3 and 58. RGB value is (53,243,88). Sum of RGB (Red+Green+Blue) = 53+243+88=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 243 (95.31% from 255 or 63.28% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 243 - color contains mainly: green. Hex color #35F358 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F358 is #CA0CA7. Grayscale: #A8A8A8. Windows color (decimal): -13241512 or 5829429. OLE color: 5829429.

HSL color Cylindrical-coordinate representation of color #35F358: hue angle of 131.05º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F358 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB5324388-
CMYK0.7800.640.05
HSL131.05º88.79%58.04%-
HSV(B)131.05º78.19%95.29%-
XYZ35.2865.5620.03-
YUV168.5282.5545.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.80%
GREEN value IS 243 (95.31% from 255) = 63.28%
BLUE value IS 88 (34.77% from 255) = 22.92%
R=13.80%
G=63.28%
B=22.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal53243880.7800.640.05131.0588.7958.04
Hex35F3584E040583593a
Octal653631301160100520313172
Binary110101111100111011000100111001000000101100000111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,243,88); }

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

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

 a { background-color: rgb(53,243,88); }

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

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

 span { border-color: rgb(53,243,88); }

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