Html Css Color HEX #07CB52 Malachite

📋 copy color: '#07CB52'

red 7 ◦ green 203 ◦ blue 82

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

Shades of Malachite #07CB52

Tints of Malachite #07CB52

RGB

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

 GREEN value IS 203 (79.69% from 255) = 69.52%

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

R = 2.4%
G = 69.52%
B = 28.08%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#07CB52 (or 0x07CB52) is known color: Malachite. HEX triplet: 07, CB and 52. RGB value is (7,203,82). Sum of RGB (Red+Green+Blue) = 7+203+82=292 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.40% from 292); Green value is 203 (79.69% from 255 or 69.52% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 203 - color contains mainly: green. Hex color #07CB52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07CB52 is #F834AD. Grayscale: #828282. Windows color (decimal): -16266414 or 5425927. OLE color: 5425927.

HSL color Cylindrical-coordinate representation of color #07CB52: hue angle of 142.96º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CB52 is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 203 82 -
CMYK 0.97 0 0.60 0.20
HSL 142.96º 0.93% 0.41% -
HSV(B) 142.96º 0.97% 0.8% -
XYZ 22.97 43.37 15.14 -
YUV 130.6 100.57 39.84 -
System Red Green Blue C M Y K H S L
Decimal 7 203 82 0.97 0 0.60 0.20 142.96 0.93 0.41
Hex 7 CB 52 61 0 3C 14 8F 5D 29
Octal 7 313 122 141 0 74 24 217 135 51
Binary 111 11001011 1010010 1100001 0 111100 10100 10001111 1011101 101001

Color Harmonies of #07CB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CB52

Black with #07CB52

Text Example


Text Example

White with #07CB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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