Html Css Color HEX #35F25A Malachite

📋 copy color: '#35F25A'

red 53 ◦ green 242 ◦ blue 90

#35F25A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #35F25A

Tints of Malachite #35F25A

RGB

 RED value IS 53 (21.09% from 255) = 13.77%

 GREEN value IS 242 (94.92% from 255) = 62.86%

 BLUE value IS 90 (35.55% from 255) = 23.38%

R = 13.77%
G = 62.86%
B = 23.38%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#35F25A (or 0x35F25A) is known color: Malachite. HEX triplet: 35, F2 and 5A. RGB value is (53,242,90). Sum of RGB (Red+Green+Blue) = 53+242+90=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 242 (94.92% from 255 or 62.86% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 242 - color contains mainly: green. Hex color #35F25A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F25A is #CA0DA5. Grayscale: #A8A8A8. Windows color (decimal): -13241766 or 5960245. OLE color: 5960245.

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

Color convert

RGB 53 242 90 -
CMYK 0.78 0 0.63 0.05
HSL 131.75º 0.88% 0.58% -
HSV(B) 131.75º 0.78% 0.95% -
XYZ 35.07 65 20.37 -
YUV 168.16 83.88 45.86 -
System Red Green Blue C M Y K H S L
Decimal 53 242 90 0.78 0 0.63 0.05 131.75 0.88 0.58
Hex 35 F2 5A 4E 0 3F 5 84 58 3A
Octal 65 362 132 116 0 77 5 204 130 72
Binary 110101 11110010 1011010 1001110 0 111111 101 10000100 1011000 111010

Color Harmonies of #35F25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F25A

Black with #35F25A

Text Example


Text Example

White with #35F25A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,242,90); }

 H1.HeaderClassName
 {
   color: #35F25A;
 }
 .AnyTagClassName
 {
   color: #35F25A;
 }
</style>

background-color css

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

 a { background-color: rgb(53,242,90); }

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

border-color css

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

 span { border-color: rgb(53,242,90); }

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