Html Css Color HEX #05F355 Malachite

📋 copy color: '#05F355'

red 5 ◦ green 243 ◦ blue 85

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

Shades of Malachite #05F355

Tints of Malachite #05F355

RGB

 RED value IS 5 (2.34% from 255) = 1.5%

 GREEN value IS 243 (95.31% from 255) = 72.97%

 BLUE value IS 85 (33.59% from 255) = 25.53%

R = 1.5%
G = 72.97%
B = 25.53%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#05F355 (or 0x05F355) is known color: Malachite. HEX triplet: 05, F3 and 55. RGB value is (5,243,85). Sum of RGB (Red+Green+Blue) = 5+243+85=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 243 (95.31% from 255 or 72.97% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 243 - color contains mainly: green. Hex color #05F355 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F355 is #FA0CAA. Grayscale: #9A9A9A. Windows color (decimal): -16387243 or 5632773. OLE color: 5632773.

HSL color Cylindrical-coordinate representation of color #05F355: hue angle of 140.17º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F355 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 5 243 85 -
CMYK 0.98 0 0.65 0.05
HSL 140.17º 0.96% 0.49% -
HSV(B) 140.17º 0.98% 0.95% -
XYZ 33.75 64.79 19.32 -
YUV 153.83 89.15 21.85 -
System Red Green Blue C M Y K H S L
Decimal 5 243 85 0.98 0 0.65 0.05 140.17 0.96 0.49
Hex 5 F3 55 62 0 41 5 8C 60 31
Octal 5 363 125 142 0 101 5 214 140 61
Binary 101 11110011 1010101 1100010 0 1000001 101 10001100 1100000 110001

Color Harmonies of #05F355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F355

Black with #05F355

Text Example


Text Example

White with #05F355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05F355; }

 p { color: rgb(5,243,85); }

 H1.HeaderClassName
 {
   color: #05F355;
 }
 .AnyTagClassName
 {
   color: #05F355;
 }
</style>

background-color css

<style>
 a { background-color: #05F355; }

 a { background-color: rgb(5,243,85); }

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

border-color css

<style>
 span { border-color: #05F355; }

 span { border-color: rgb(5,243,85); }

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