Html Css Color HEX #07BF5A Pigment Green

📋 copy color: '#07BF5A'

red 7 ◦ green 191 ◦ blue 90

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

Shades of Pigment Green #07BF5A

Tints of Pigment Green #07BF5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.25%

R = 2.43%
G = 66.32%
B = 31.25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#07BF5A (or 0x07BF5A) is known color: Pigment Green. HEX triplet: 07, BF and 5A. RGB value is (7,191,90). Sum of RGB (Red+Green+Blue) = 7+191+90=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 191 (75% from 255 or 66.32% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 191 - color contains mainly: green. Hex color #07BF5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BF5A is #F840A5. Grayscale: #7C7C7C. Windows color (decimal): -16269478 or 5947143. OLE color: 5947143.

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

Color convert

RGB 7 191 90 -
CMYK 0.96 0 0.53 0.25
HSL 147.07º 0.93% 0.39% -
HSV(B) 147.07º 0.96% 0.75% -
XYZ 20.56 38.04 15.93 -
YUV 124.47 108.54 44.21 -
System Red Green Blue C M Y K H S L
Decimal 7 191 90 0.96 0 0.53 0.25 147.07 0.93 0.39
Hex 7 BF 5A 60 0 35 19 93 5D 27
Octal 7 277 132 140 0 65 31 223 135 47
Binary 111 10111111 1011010 1100000 0 110101 11001 10010011 1011101 100111

Color Harmonies of #07BF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BF5A

Black with #07BF5A

Text Example


Text Example

White with #07BF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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