Html Css Color HEX #07CD2C Dark Pastel Green

📋 copy color: '#07CD2C'

red 7 ◦ green 205 ◦ blue 44

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

Shades of Dark Pastel Green #07CD2C

Tints of Dark Pastel Green #07CD2C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 80.08%

 BLUE value IS 44 (17.58% from 255) = 17.19%

R = 2.73%
G = 80.08%
B = 17.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#07CD2C (or 0x07CD2C) is known color: Dark Pastel Green. HEX triplet: 07, CD and 2C. RGB value is (7,205,44). Sum of RGB (Red+Green+Blue) = 7+205+44=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 205 (80.47% from 255 or 80.08% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 205 - color contains mainly: green. Hex color #07CD2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CD2C is #F832D3. Grayscale: #7F7F7F. Windows color (decimal): -16265940 or 2936071. OLE color: 2936071.

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

Color convert

RGB 7 205 44 -
CMYK 0.97 0 0.79 0.20
HSL 131.21º 0.93% 0.42% -
HSV(B) 131.21º 0.97% 0.8% -
XYZ 22.37 43.89 9.68 -
YUV 127.44 80.9 42.09 -
System Red Green Blue C M Y K H S L
Decimal 7 205 44 0.97 0 0.79 0.20 131.21 0.93 0.42
Hex 7 CD 2C 61 0 4F 14 83 5D 2A
Octal 7 315 54 141 0 117 24 203 135 52
Binary 111 11001101 101100 1100001 0 1001111 10100 10000011 1011101 101010

Color Harmonies of #07CD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CD2C

Black with #07CD2C

Text Example


Text Example

White with #07CD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,205,44); }

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

background-color css

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

 a { background-color: rgb(7,205,44); }

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

border-color css

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

 span { border-color: rgb(7,205,44); }

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