Html Css Color HEX #05F55B Malachite

📋 copy color: '#05F55B'

red 5 ◦ green 245 ◦ blue 91

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

Shades of Malachite #05F55B

Tints of Malachite #05F55B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 71.85%

 BLUE value IS 91 (35.94% from 255) = 26.69%

R = 1.47%
G = 71.85%
B = 26.69%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#05F55B (or 0x05F55B) is known color: Malachite. HEX triplet: 05, F5 and 5B. RGB value is (5,245,91). Sum of RGB (Red+Green+Blue) = 5+245+91=341 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 341); Green value is 245 (96.09% from 255 or 71.85% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 245 - color contains mainly: green. Hex color #05F55B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F55B is #FA0AA4. Grayscale: #9C9C9C. Windows color (decimal): -16386725 or 6026501. OLE color: 6026501.

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

Color convert

RGB 5 245 91 -
CMYK 0.98 0 0.63 0.04
HSL 141.5º 0.96% 0.49% -
HSV(B) 141.5º 0.98% 0.96% -
XYZ 34.6 66.09 20.83 -
YUV 155.68 91.49 20.52 -
System Red Green Blue C M Y K H S L
Decimal 5 245 91 0.98 0 0.63 0.04 141.5 0.96 0.49
Hex 5 F5 5B 62 0 3F 4 8E 60 31
Octal 5 365 133 142 0 77 4 216 140 61
Binary 101 11110101 1011011 1100010 0 111111 100 10001110 1100000 110001

Color Harmonies of #05F55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F55B

Black with #05F55B

Text Example


Text Example

White with #05F55B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,245,91); }

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

background-color css

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

 a { background-color: rgb(5,245,91); }

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

border-color css

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

 span { border-color: rgb(5,245,91); }

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