Html Css Color HEX #07BF01 Islamic Green

📋 copy color: '#07BF01'

red 7 ◦ green 191 ◦ blue 1

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

Shades of Islamic Green #07BF01

Tints of Islamic Green #07BF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 3.52%
G = 95.98%
B = 0.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#07BF01 (or 0x07BF01) is known color: Islamic Green. HEX triplet: 07, BF and 01. RGB value is (7,191,1). Sum of RGB (Red+Green+Blue) = 7+191+1=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 191 (75% from 255 or 95.98% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 191 - color contains mainly: green. Hex color #07BF01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07BF01 is #F840FE. Grayscale: #727272. Windows color (decimal): -16269567 or 114439. OLE color: 114439.

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

Color convert

RGB 7 191 1 -
CMYK 0.96 0 0.99 0.25
HSL 118.11º 0.99% 0.38% -
HSV(B) 118.11º 0.99% 0.75% -
XYZ 18.72 37.31 6.24 -
YUV 114.32 64.04 51.45 -
System Red Green Blue C M Y K H S L
Decimal 7 191 1 0.96 0 0.99 0.25 118.11 0.99 0.38
Hex 7 BF 1 60 0 63 19 76 63 26
Octal 7 277 1 140 0 143 31 166 143 46
Binary 111 10111111 1 1100000 0 1100011 11001 1110110 1100011 100110

Color Harmonies of #07BF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BF01

Black with #07BF01

Text Example


Text Example

White with #07BF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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