#35F555

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

Shades of Malachite #35F555

Tints of Malachite #35F555

Color information

#35F555 (or 0x35F555) is unknown color: approx Malachite. HEX triplet: 35, F5 and 55. RGB value is (53,245,85). Sum of RGB (Red+Green+Blue) = 53+245+85=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 245 (96.09% from 255 or 63.97% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 245 - color contains mainly: green. Hex color #35F555 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F555 is #CA0AAA. Grayscale: #A9A9A9. Windows color (decimal): -13241003 or 5633333. OLE color: 5633333.

HSL color Cylindrical-coordinate representation of color #35F555: hue angle of 130º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F555 is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB5324585-
CMYK0.7800.650.04
HSL130º90.57%58.43%-
HSV(B)130º78.37%96.08%-
XYZ35.7666.7219.59-
YUV169.3580.3945.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.84%
GREEN value IS 245 (96.09% from 255) = 63.97%
BLUE value IS 85 (33.59% from 255) = 22.19%
R=13.84%
G=63.97%
B=22.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal53245850.7800.650.0413090.5758.43
Hex35F5554E0414825b3a
Octal653651251160101420213372
Binary110101111101011010101100111001000001100100000101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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