Html Css Color HEX #07BE5D Pigment Green

📋 copy color: '#07BE5D'

red 7 ◦ green 190 ◦ blue 93

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

Shades of Pigment Green #07BE5D

Tints of Pigment Green #07BE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.07%

R = 2.41%
G = 65.52%
B = 32.07%

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

#07BE5D (or 0x07BE5D) is known color: Pigment Green. HEX triplet: 07, BE and 5D. RGB value is (7,190,93). Sum of RGB (Red+Green+Blue) = 7+190+93=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 190 (74.61% from 255 or 65.52% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 190 - color contains mainly: green. Hex color #07BE5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BE5D is #F841A2. Grayscale: #7C7C7C. Windows color (decimal): -16269731 or 6143495. OLE color: 6143495.

HSL color Cylindrical-coordinate representation of color #07BE5D: hue angle of 148.2º 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 #07BE5D is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 190 93 -
CMYK 0.96 0 0.51 0.25
HSL 148.2º 0.93% 0.39% -
HSV(B) 148.2º 0.96% 0.75% -
XYZ 20.48 37.66 16.55 -
YUV 124.23 110.37 44.39 -
System Red Green Blue C M Y K H S L
Decimal 7 190 93 0.96 0 0.51 0.25 148.2 0.93 0.39
Hex 7 BE 5D 60 0 33 19 94 5D 27
Octal 7 276 135 140 0 63 31 224 135 47
Binary 111 10111110 1011101 1100000 0 110011 11001 10010100 1011101 100111

Color Harmonies of #07BE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BE5D

Black with #07BE5D

Text Example


Text Example

White with #07BE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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