Html Css Color HEX #07C81F Dark Pastel Green

📋 copy color: '#07C81F'

red 7 ◦ green 200 ◦ blue 31

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

Shades of Dark Pastel Green #07C81F

Tints of Dark Pastel Green #07C81F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 84.03%

 BLUE value IS 31 (12.5% from 255) = 13.03%

R = 2.94%
G = 84.03%
B = 13.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#07C81F (or 0x07C81F) is known color: Dark Pastel Green. HEX triplet: 07, C8 and 1F. RGB value is (7,200,31). Sum of RGB (Red+Green+Blue) = 7+200+31=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 200 (78.52% from 255 or 84.03% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 200 - color contains mainly: green. Hex color #07C81F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C81F is #F837E0. Grayscale: #7B7B7B. Windows color (decimal): -16267233 or 2082823. OLE color: 2082823.

HSL color Cylindrical-coordinate representation of color #07C81F: hue angle of 127.46º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C81F is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 7 200 31 -
CMYK 0.96 0 0.84 0.22
HSL 127.46º 0.93% 0.41% -
HSV(B) 127.46º 0.97% 0.78% -
XYZ 20.99 41.45 8.19 -
YUV 123.03 76.06 45.24 -
System Red Green Blue C M Y K H S L
Decimal 7 200 31 0.96 0 0.84 0.22 127.46 0.93 0.41
Hex 7 C8 1F 60 0 54 16 7F 5D 29
Octal 7 310 37 140 0 124 26 177 135 51
Binary 111 11001000 11111 1100000 0 1010100 10110 1111111 1011101 101001

Color Harmonies of #07C81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C81F

Black with #07C81F

Text Example


Text Example

White with #07C81F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,200,31); }

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

background-color css

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

 a { background-color: rgb(7,200,31); }

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

border-color css

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

 span { border-color: rgb(7,200,31); }

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