#35EE55

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

Shades of Malachite #35EE55

Tints of Malachite #35EE55

Color information

#35EE55 (or 0x35EE55) is unknown color: approx Malachite. HEX triplet: 35, EE and 55. RGB value is (53,238,85). Sum of RGB (Red+Green+Blue) = 53+238+85=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 238 (93.36% from 255 or 63.30% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 238 - color contains mainly: green. Hex color #35EE55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35EE55 is #CA11AA. Grayscale: #A5A5A5. Windows color (decimal): -13242795 or 5631541. OLE color: 5631541.

HSL color Cylindrical-coordinate representation of color #35EE55: hue angle of 130.38º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EE55 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB5323885-
CMYK0.7800.640.07
HSL130.38º84.47%57.06%-
HSV(B)130.38º77.73%93.33%-
XYZ33.6862.5618.89-
YUV165.2482.7147.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.10%
GREEN value IS 238 (93.36% from 255) = 63.30%
BLUE value IS 85 (33.59% from 255) = 22.61%
R=14.10%
G=63.30%
B=22.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal53238850.7800.640.07130.3884.4757.06
Hex35EE554E0407825439
Octal653561251160100720212471
Binary110101111011101010101100111001000000111100000101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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