Html Css Color HEX #05F240 Malachite

📋 copy color: '#05F240'

red 5 ◦ green 242 ◦ blue 64

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

Shades of Malachite #05F240

Tints of Malachite #05F240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 1.61%
G = 77.81%
B = 20.58%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#05F240 (or 0x05F240) is known color: Malachite. HEX triplet: 05, F2 and 40. RGB value is (5,242,64). Sum of RGB (Red+Green+Blue) = 5+242+64=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 242 (94.92% from 255 or 77.81% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 242 - color contains mainly: green. Hex color #05F240 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05F240 is #FA0DBF. Grayscale: #979797. Windows color (decimal): -16387520 or 4256261. OLE color: 4256261.

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

Color convert

RGB 5 242 64 -
CMYK 0.98 0 0.74 0.05
HSL 134.94º 0.96% 0.48% -
HSV(B) 134.94º 0.98% 0.95% -
XYZ 32.74 63.91 15.46 -
YUV 150.85 78.98 23.97 -
System Red Green Blue C M Y K H S L
Decimal 5 242 64 0.98 0 0.74 0.05 134.94 0.96 0.48
Hex 5 F2 40 62 0 4A 5 87 60 30
Octal 5 362 100 142 0 112 5 207 140 60
Binary 101 11110010 1000000 1100010 0 1001010 101 10000111 1100000 110000

Color Harmonies of #05F240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F240

Black with #05F240

Text Example


Text Example

White with #05F240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,242,64); }

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

background-color css

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

 a { background-color: rgb(5,242,64); }

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

border-color css

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

 span { border-color: rgb(5,242,64); }

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