#35F357

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

Shades of Malachite #35F357

Tints of Malachite #35F357

Color information

#35F357 (or 0x35F357) is unknown color: approx Malachite. HEX triplet: 35, F3 and 57. RGB value is (53,243,87). Sum of RGB (Red+Green+Blue) = 53+243+87=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 243 (95.31% from 255 or 63.45% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 243 - color contains mainly: green. Hex color #35F357 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F357 is #CA0CA8. Grayscale: #A8A8A8. Windows color (decimal): -13241513 or 5763893. OLE color: 5763893.

HSL color Cylindrical-coordinate representation of color #35F357: hue angle of 130.74º 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 #35F357 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB5324387-
CMYK0.7800.640.05
HSL130.74º88.79%58.04%-
HSV(B)130.74º78.19%95.29%-
XYZ35.2465.5519.81-
YUV168.4182.0545.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.84%
GREEN value IS 243 (95.31% from 255) = 63.45%
BLUE value IS 87 (34.38% from 255) = 22.72%
R=13.84%
G=63.45%
B=22.72%

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
Decimal53243870.7800.640.05130.7488.7958.04
Hex35F3574E040583593a
Octal653631271160100520313172
Binary110101111100111010111100111001000000101100000111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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