Html Css Color HEX #07FF52 Malachite

📋 copy color: '#07FF52'

red 7 ◦ green 255 ◦ blue 82

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

Shades of Malachite #07FF52

Tints of Malachite #07FF52

RGB

 RED value IS 7 (3.13% from 255) = 2.03%

 GREEN value IS 255 (100% from 255) = 74.13%

 BLUE value IS 82 (32.42% from 255) = 23.84%

R = 2.03%
G = 74.13%
B = 23.84%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#07FF52 (or 0x07FF52) is known color: Malachite. HEX triplet: 07, FF and 52. RGB value is (7,255,82). Sum of RGB (Red+Green+Blue) = 7+255+82=344 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 344); Green value is 255 (100% from 255 or 74.13% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 255 - color contains mainly: green. Hex color #07FF52 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07FF52 is #F800AD. Grayscale: #A1A1A1. Windows color (decimal): -16253102 or 5439239. OLE color: 5439239.

HSL color Cylindrical-coordinate representation of color #07FF52: hue angle of 138.15º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FF52 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.

Color convert

RGB 7 255 82 -
CMYK 0.97 0 0.68 0
HSL 138.15º 1% 0.51% -
HSV(B) 138.15º 0.97% 1% -
XYZ 37.37 72.17 19.94 -
YUV 161.13 83.34 18.07 -
System Red Green Blue C M Y K H S L
Decimal 7 255 82 0.97 0 0.68 0 138.15 1 0.51
Hex 7 FF 52 61 0 44 0 8A 64 33
Octal 7 377 122 141 0 104 0 212 144 63
Binary 111 11111111 1010010 1100001 0 1000100 0 10001010 1100100 110011

Color Harmonies of #07FF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FF52

Black with #07FF52

Text Example


Text Example

White with #07FF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07FF52; }

 p { color: rgb(7,255,82); }

 H1.HeaderClassName
 {
   color: #07FF52;
 }
 .AnyTagClassName
 {
   color: #07FF52;
 }
</style>

background-color css

<style>
 a { background-color: #07FF52; }

 a { background-color: rgb(7,255,82); }

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

border-color css

<style>
 span { border-color: #07FF52; }

 span { border-color: rgb(7,255,82); }

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