Html Css Color HEX #07DD2D Dark Pastel Green

📋 copy color: '#07DD2D'

red 7 ◦ green 221 ◦ blue 45

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

Shades of Dark Pastel Green #07DD2D

Tints of Dark Pastel Green #07DD2D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 80.95%

 BLUE value IS 45 (17.97% from 255) = 16.48%

R = 2.56%
G = 80.95%
B = 16.48%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#07DD2D (or 0x07DD2D) is known color: Dark Pastel Green. HEX triplet: 07, DD and 2D. RGB value is (7,221,45). Sum of RGB (Red+Green+Blue) = 7+221+45=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 221 (86.72% from 255 or 80.95% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 221 - color contains mainly: green. Hex color #07DD2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07DD2D is #F822D2. Grayscale: #898989. Windows color (decimal): -16261843 or 3005703. OLE color: 3005703.

HSL color Cylindrical-coordinate representation of color #07DD2D: hue angle of 130.65º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DD2D is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 221 45 -
CMYK 0.97 0 0.80 0.13
HSL 130.65º 0.94% 0.45% -
HSV(B) 130.65º 0.97% 0.87% -
XYZ 26.42 51.95 11.12 -
YUV 136.95 76.1 35.31 -
System Red Green Blue C M Y K H S L
Decimal 7 221 45 0.97 0 0.80 0.13 130.65 0.94 0.45
Hex 7 DD 2D 61 0 50 D 83 5E 2D
Octal 7 335 55 141 0 120 15 203 136 55
Binary 111 11011101 101101 1100001 0 1010000 1101 10000011 1011110 101101

Color Harmonies of #07DD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DD2D

Black with #07DD2D

Text Example


Text Example

White with #07DD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,221,45); }

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

background-color css

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

 a { background-color: rgb(7,221,45); }

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

border-color css

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

 span { border-color: rgb(7,221,45); }

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