Html Css Color HEX #07C222 Dark Pastel Green

📋 copy color: '#07C222'

red 7 ◦ green 194 ◦ blue 34

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

Shades of Dark Pastel Green #07C222

Tints of Dark Pastel Green #07C222

RGB

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

 GREEN value IS 194 (76.17% from 255) = 82.55%

 BLUE value IS 34 (13.67% from 255) = 14.47%

R = 2.98%
G = 82.55%
B = 14.47%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#07C222 (or 0x07C222) is known color: Dark Pastel Green. HEX triplet: 07, C2 and 22. RGB value is (7,194,34). Sum of RGB (Red+Green+Blue) = 7+194+34=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 194 (76.17% from 255 or 82.55% from 235); Blue value is 34 (13.67% from 255 or 14.47% from 235); Max value from RGB is 194 - color contains mainly: green. Hex color #07C222 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C222 is #F83DDD. Grayscale: #787878. Windows color (decimal): -16268766 or 2277895. OLE color: 2277895.

HSL color Cylindrical-coordinate representation of color #07C222: hue angle of 128.66º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C222 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 7 194 34 -
CMYK 0.96 0 0.82 0.24
HSL 128.66º 0.93% 0.39% -
HSV(B) 128.66º 0.96% 0.76% -
XYZ 19.67 38.74 7.96 -
YUV 119.85 79.55 47.51 -
System Red Green Blue C M Y K H S L
Decimal 7 194 34 0.96 0 0.82 0.24 128.66 0.93 0.39
Hex 7 C2 22 60 0 52 18 81 5D 27
Octal 7 302 42 140 0 122 30 201 135 47
Binary 111 11000010 100010 1100000 0 1010010 11000 10000001 1011101 100111

Color Harmonies of #07C222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C222

Black with #07C222

Text Example


Text Example

White with #07C222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,194,34); }

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

background-color css

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

 a { background-color: rgb(7,194,34); }

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

border-color css

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

 span { border-color: rgb(7,194,34); }

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