Html Css Color HEX #07BE5E Pigment Green

📋 copy color: '#07BE5E'

red 7 ◦ green 190 ◦ blue 94

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

Shades of Pigment Green #07BE5E

Tints of Pigment Green #07BE5E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 65.29%

 BLUE value IS 94 (37.11% from 255) = 32.3%

R = 2.41%
G = 65.29%
B = 32.3%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#07BE5E (or 0x07BE5E) is known color: Pigment Green. HEX triplet: 07, BE and 5E. RGB value is (7,190,94). Sum of RGB (Red+Green+Blue) = 7+190+94=291 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 291); Green value is 190 (74.61% from 255 or 65.29% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 190 - color contains mainly: green. Hex color #07BE5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BE5E is #F841A1. Grayscale: #7C7C7C. Windows color (decimal): -16269730 or 6209031. OLE color: 6209031.

HSL color Cylindrical-coordinate representation of color #07BE5E: hue angle of 148.52º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BE5E is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 190 94 -
CMYK 0.96 0 0.51 0.25
HSL 148.52º 0.93% 0.39% -
HSV(B) 148.52º 0.96% 0.75% -
XYZ 20.52 37.68 16.78 -
YUV 124.34 110.87 44.31 -
System Red Green Blue C M Y K H S L
Decimal 7 190 94 0.96 0 0.51 0.25 148.52 0.93 0.39
Hex 7 BE 5E 60 0 33 19 95 5D 27
Octal 7 276 136 140 0 63 31 225 135 47
Binary 111 10111110 1011110 1100000 0 110011 11001 10010101 1011101 100111

Color Harmonies of #07BE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BE5E

Black with #07BE5E

Text Example


Text Example

White with #07BE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,190,94); }

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

background-color css

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

 a { background-color: rgb(7,190,94); }

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

border-color css

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

 span { border-color: rgb(7,190,94); }

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