Html Css Color HEX #07DD33 Dark Pastel Green

📋 copy color: '#07DD33'

red 7 ◦ green 221 ◦ blue 51

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

Shades of Dark Pastel Green #07DD33

Tints of Dark Pastel Green #07DD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.28%

R = 2.51%
G = 79.21%
B = 18.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#07DD33 (or 0x07DD33) is known color: Dark Pastel Green. HEX triplet: 07, DD and 33. RGB value is (7,221,51). Sum of RGB (Red+Green+Blue) = 7+221+51=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 221 (86.72% from 255 or 79.21% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 221 - color contains mainly: green. Hex color #07DD33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07DD33 is #F822CC. Grayscale: #8A8A8A. Windows color (decimal): -16261837 or 3398919. OLE color: 3398919.

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

Color convert

RGB 7 221 51 -
CMYK 0.97 0 0.77 0.13
HSL 132.34º 0.94% 0.45% -
HSV(B) 132.34º 0.97% 0.87% -
XYZ 26.54 52 11.77 -
YUV 137.63 79.1 34.82 -
System Red Green Blue C M Y K H S L
Decimal 7 221 51 0.97 0 0.77 0.13 132.34 0.94 0.45
Hex 7 DD 33 61 0 4D D 84 5E 2D
Octal 7 335 63 141 0 115 15 204 136 55
Binary 111 11011101 110011 1100001 0 1001101 1101 10000100 1011110 101101

Color Harmonies of #07DD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DD33

Black with #07DD33

Text Example


Text Example

White with #07DD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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