Html Css Color HEX #07BF5E Pigment Green

📋 copy color: '#07BF5E'

red 7 ◦ green 191 ◦ blue 94

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

Shades of Pigment Green #07BF5E

Tints of Pigment Green #07BF5E

RGB

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

 GREEN value IS 191 (75% from 255) = 65.41%

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

R = 2.4%
G = 65.41%
B = 32.19%

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

#07BF5E (or 0x07BF5E) is known color: Pigment Green. HEX triplet: 07, BF and 5E. RGB value is (7,191,94). Sum of RGB (Red+Green+Blue) = 7+191+94=292 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.40% from 292); Green value is 191 (75% from 255 or 65.41% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 191 - color contains mainly: green. Hex color #07BF5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BF5E is #F840A1. Grayscale: #7D7D7D. Windows color (decimal): -16269474 or 6209287. OLE color: 6209287.

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

Color convert

RGB 7 191 94 -
CMYK 0.96 0 0.51 0.25
HSL 148.37º 0.93% 0.39% -
HSV(B) 148.37º 0.96% 0.75% -
XYZ 20.74 38.11 16.85 -
YUV 124.93 110.54 43.89 -
System Red Green Blue C M Y K H S L
Decimal 7 191 94 0.96 0 0.51 0.25 148.37 0.93 0.39
Hex 7 BF 5E 60 0 33 19 94 5D 27
Octal 7 277 136 140 0 63 31 224 135 47
Binary 111 10111111 1011110 1100000 0 110011 11001 10010100 1011101 100111

Color Harmonies of #07BF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BF5E

Black with #07BF5E

Text Example


Text Example

White with #07BF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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