Html Css Color HEX #07DC27 Dark Pastel Green

📋 copy color: '#07DC27'

red 7 ◦ green 220 ◦ blue 39

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

Shades of Dark Pastel Green #07DC27

Tints of Dark Pastel Green #07DC27

RGB

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

 GREEN value IS 220 (86.33% from 255) = 82.71%

 BLUE value IS 39 (15.63% from 255) = 14.66%

R = 2.63%
G = 82.71%
B = 14.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#07DC27 (or 0x07DC27) is known color: Dark Pastel Green. HEX triplet: 07, DC and 27. RGB value is (7,220,39). Sum of RGB (Red+Green+Blue) = 7+220+39=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 220 (86.33% from 255 or 82.71% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 220 - color contains mainly: green. Hex color #07DC27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07DC27 is #F823D8. Grayscale: #888888. Windows color (decimal): -16262105 or 2612231. OLE color: 2612231.

HSL color Cylindrical-coordinate representation of color #07DC27: hue angle of 129.01º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DC27 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 220 39 -
CMYK 0.97 0 0.82 0.14
HSL 129.01º 0.94% 0.45% -
HSV(B) 129.01º 0.97% 0.86% -
XYZ 26.05 51.38 10.46 -
YUV 135.68 73.43 36.22 -
System Red Green Blue C M Y K H S L
Decimal 7 220 39 0.97 0 0.82 0.14 129.01 0.94 0.45
Hex 7 DC 27 61 0 52 E 81 5E 2D
Octal 7 334 47 141 0 122 16 201 136 55
Binary 111 11011100 100111 1100001 0 1010010 1110 10000001 1011110 101101

Color Harmonies of #07DC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DC27

Black with #07DC27

Text Example


Text Example

White with #07DC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,220,39); }

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

background-color css

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

 a { background-color: rgb(7,220,39); }

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

border-color css

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

 span { border-color: rgb(7,220,39); }

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