Html Css Color HEX #06B51E Dark Pastel Green

📋 copy color: '#06B51E'

red 6 ◦ green 181 ◦ blue 30

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

Shades of Dark Pastel Green #06B51E

Tints of Dark Pastel Green #06B51E

RGB

 RED value IS 6 (2.73% from 255) = 2.76%

 GREEN value IS 181 (71.09% from 255) = 83.41%

 BLUE value IS 30 (12.11% from 255) = 13.82%

R = 2.76%
G = 83.41%
B = 13.82%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#06B51E (or 0x06B51E) is known color: Dark Pastel Green. HEX triplet: 06, B5 and 1E. RGB value is (6,181,30). Sum of RGB (Red+Green+Blue) = 6+181+30=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 181 (71.09% from 255 or 83.41% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 181 - color contains mainly: green. Hex color #06B51E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B51E is #F94AE1. Grayscale: #6F6F6F. Windows color (decimal): -16337634 or 2012422. OLE color: 2012422.

HSL color Cylindrical-coordinate representation of color #06B51E: hue angle of 128.23º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B51E is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 6 181 30 -
CMYK 0.97 0 0.83 0.29
HSL 128.23º 0.94% 0.37% -
HSV(B) 128.23º 0.97% 0.71% -
XYZ 16.83 33.18 6.75 -
YUV 111.46 82.02 52.78 -
System Red Green Blue C M Y K H S L
Decimal 6 181 30 0.97 0 0.83 0.29 128.23 0.94 0.37
Hex 6 B5 1E 61 0 53 1D 80 5E 25
Octal 6 265 36 141 0 123 35 200 136 45
Binary 110 10110101 11110 1100001 0 1010011 11101 10000000 1011110 100101

Color Harmonies of #06B51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B51E

Black with #06B51E

Text Example


Text Example

White with #06B51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06B51E; }

 p { color: rgb(6,181,30); }

 H1.HeaderClassName
 {
   color: #06B51E;
 }
 .AnyTagClassName
 {
   color: #06B51E;
 }
</style>

background-color css

<style>
 a { background-color: #06B51E; }

 a { background-color: rgb(6,181,30); }

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

border-color css

<style>
 span { border-color: #06B51E; }

 span { border-color: rgb(6,181,30); }

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