Html Css Color HEX #07CC46 Dark Pastel Green

📋 copy color: '#07CC46'

red 7 ◦ green 204 ◦ blue 70

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

Shades of Dark Pastel Green #07CC46

Tints of Dark Pastel Green #07CC46

RGB

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

 GREEN value IS 204 (80.08% from 255) = 72.6%

 BLUE value IS 70 (27.73% from 255) = 24.91%

R = 2.49%
G = 72.6%
B = 24.91%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#07CC46 (or 0x07CC46) is known color: Dark Pastel Green. HEX triplet: 07, CC and 46. RGB value is (7,204,70). Sum of RGB (Red+Green+Blue) = 7+204+70=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 204 (80.08% from 255 or 72.60% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 204 - color contains mainly: green. Hex color #07CC46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CC46 is #F833B9. Grayscale: #828282. Windows color (decimal): -16266170 or 4639751. OLE color: 4639751.

HSL color Cylindrical-coordinate representation of color #07CC46: hue angle of 139.19º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CC46 is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 7 204 70 -
CMYK 0.97 0 0.66 0.2
HSL 139.19º 0.93% 0.41% -
HSV(B) 139.19º 0.97% 0.8% -
XYZ 22.79 43.67 13.02 -
YUV 129.82 94.23 40.4 -
System Red Green Blue C M Y K H S L
Decimal 7 204 70 0.97 0 0.66 0.2 139.19 0.93 0.41
Hex 7 CC 46 61 0 42 14 8B 5D 29
Octal 7 314 106 141 0 102 24 213 135 51
Binary 111 11001100 1000110 1100001 0 1000010 10100 10001011 1011101 101001

Color Harmonies of #07CC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CC46

Black with #07CC46

Text Example


Text Example

White with #07CC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,204,70); }

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

background-color css

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

 a { background-color: rgb(7,204,70); }

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

border-color css

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

 span { border-color: rgb(7,204,70); }

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