Html Css Color HEX #07DD29 Dark Pastel Green

📋 copy color: '#07DD29'

red 7 ◦ green 221 ◦ blue 41

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

Shades of Dark Pastel Green #07DD29

Tints of Dark Pastel Green #07DD29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.24%

R = 2.6%
G = 82.16%
B = 15.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#07DD29 (or 0x07DD29) is known color: Dark Pastel Green. HEX triplet: 07, DD and 29. RGB value is (7,221,41). Sum of RGB (Red+Green+Blue) = 7+221+41=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 221 (86.72% from 255 or 82.16% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 221 - color contains mainly: green. Hex color #07DD29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07DD29 is #F822D6. Grayscale: #888888. Windows color (decimal): -16261847 or 2743559. OLE color: 2743559.

HSL color Cylindrical-coordinate representation of color #07DD29: hue angle of 129.53º 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 #07DD29 is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 221 41 -
CMYK 0.97 0 0.81 0.13
HSL 129.53º 0.94% 0.45% -
HSV(B) 129.53º 0.97% 0.87% -
XYZ 26.34 51.92 10.73 -
YUV 136.49 74.1 35.64 -
System Red Green Blue C M Y K H S L
Decimal 7 221 41 0.97 0 0.81 0.13 129.53 0.94 0.45
Hex 7 DD 29 61 0 51 D 82 5E 2D
Octal 7 335 51 141 0 121 15 202 136 55
Binary 111 11011101 101001 1100001 0 1010001 1101 10000010 1011110 101101

Color Harmonies of #07DD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DD29

Black with #07DD29

Text Example


Text Example

White with #07DD29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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