Html Css Color HEX #07BF4A Dark Pastel Green

📋 copy color: '#07BF4A'

red 7 ◦ green 191 ◦ blue 74

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

Shades of Dark Pastel Green #07BF4A

Tints of Dark Pastel Green #07BF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.21%

R = 2.57%
G = 70.22%
B = 27.21%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#07BF4A (or 0x07BF4A) is known color: Dark Pastel Green. HEX triplet: 07, BF and 4A. RGB value is (7,191,74). Sum of RGB (Red+Green+Blue) = 7+191+74=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 191 (75% from 255 or 70.22% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 191 - color contains mainly: green. Hex color #07BF4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BF4A is #F840B5. Grayscale: #7A7A7A. Windows color (decimal): -16269494 or 4898567. OLE color: 4898567.

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

Color convert

RGB 7 191 74 -
CMYK 0.96 0 0.61 0.25
HSL 141.85º 0.93% 0.39% -
HSV(B) 141.85º 0.96% 0.75% -
XYZ 19.95 37.8 12.72 -
YUV 122.65 100.54 45.51 -
System Red Green Blue C M Y K H S L
Decimal 7 191 74 0.96 0 0.61 0.25 141.85 0.93 0.39
Hex 7 BF 4A 60 0 3D 19 8E 5D 27
Octal 7 277 112 140 0 75 31 216 135 47
Binary 111 10111111 1001010 1100000 0 111101 11001 10001110 1011101 100111

Color Harmonies of #07BF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BF4A

Black with #07BF4A

Text Example


Text Example

White with #07BF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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