Html Css Color HEX #07BD42 Dark Pastel Green

📋 copy color: '#07BD42'

red 7 ◦ green 189 ◦ blue 66

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

Shades of Dark Pastel Green #07BD42

Tints of Dark Pastel Green #07BD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.19%

R = 2.67%
G = 72.14%
B = 25.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#07BD42 (or 0x07BD42) is known color: Dark Pastel Green. HEX triplet: 07, BD and 42. RGB value is (7,189,66). Sum of RGB (Red+Green+Blue) = 7+189+66=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 189 (74.22% from 255 or 72.14% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BD42 is #F842BD. Grayscale: #787878. Windows color (decimal): -16270014 or 4373767. OLE color: 4373767.

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

Color convert

RGB 7 189 66 -
CMYK 0.96 0 0.65 0.26
HSL 139.45º 0.93% 0.38% -
HSV(B) 139.45º 0.96% 0.74% -
XYZ 19.27 36.83 11.25 -
YUV 120.56 97.2 47 -
System Red Green Blue C M Y K H S L
Decimal 7 189 66 0.96 0 0.65 0.26 139.45 0.93 0.38
Hex 7 BD 42 60 0 41 1A 8B 5D 26
Octal 7 275 102 140 0 101 32 213 135 46
Binary 111 10111101 1000010 1100000 0 1000001 11010 10001011 1011101 100110

Color Harmonies of #07BD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BD42

Black with #07BD42

Text Example


Text Example

White with #07BD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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