Html Css Color HEX #07BD31 Dark Pastel Green

📋 copy color: '#07BD31'

red 7 ◦ green 189 ◦ blue 49

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

Shades of Dark Pastel Green #07BD31

Tints of Dark Pastel Green #07BD31

RGB

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

 GREEN value IS 189 (74.22% from 255) = 77.14%

 BLUE value IS 49 (19.53% from 255) = 20%

R = 2.86%
G = 77.14%
B = 20%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#07BD31 (or 0x07BD31) is known color: Dark Pastel Green. HEX triplet: 07, BD and 31. RGB value is (7,189,49). Sum of RGB (Red+Green+Blue) = 7+189+49=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 189 (74.22% from 255 or 77.14% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BD31 is #F842CE. Grayscale: #767676. Windows color (decimal): -16270031 or 3259655. OLE color: 3259655.

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

Color convert

RGB 7 189 49 -
CMYK 0.96 0 0.74 0.26
HSL 133.85º 0.93% 0.38% -
HSV(B) 133.85º 0.96% 0.74% -
XYZ 18.84 36.66 8.99 -
YUV 118.62 88.7 48.38 -
System Red Green Blue C M Y K H S L
Decimal 7 189 49 0.96 0 0.74 0.26 133.85 0.93 0.38
Hex 7 BD 31 60 0 4A 1A 86 5D 26
Octal 7 275 61 140 0 112 32 206 135 46
Binary 111 10111101 110001 1100000 0 1001010 11010 10000110 1011101 100110

Color Harmonies of #07BD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BD31

Black with #07BD31

Text Example


Text Example

White with #07BD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,189,49); }

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

background-color css

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

 a { background-color: rgb(7,189,49); }

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

border-color css

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

 span { border-color: rgb(7,189,49); }

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