Html Css Color HEX #06C051 Dark Pastel Green

📋 copy color: '#06C051'

red 6 ◦ green 192 ◦ blue 81

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

Shades of Dark Pastel Green #06C051

Tints of Dark Pastel Green #06C051

RGB

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

 GREEN value IS 192 (75.39% from 255) = 68.82%

 BLUE value IS 81 (32.03% from 255) = 29.03%

R = 2.15%
G = 68.82%
B = 29.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#06C051 (or 0x06C051) is known color: Dark Pastel Green. HEX triplet: 06, C0 and 51. RGB value is (6,192,81). Sum of RGB (Red+Green+Blue) = 6+192+81=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #06C051 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C051 is #F93FAE. Grayscale: #7B7B7B. Windows color (decimal): -16334767 or 5357574. OLE color: 5357574.

HSL color Cylindrical-coordinate representation of color #06C051: hue angle of 144.19º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C051 is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 192 81 -
CMYK 0.97 0 0.58 0.25
HSL 144.19º 0.94% 0.39% -
HSV(B) 144.19º 0.97% 0.75% -
XYZ 20.41 38.33 14.11 -
YUV 123.73 103.88 44.03 -
System Red Green Blue C M Y K H S L
Decimal 6 192 81 0.97 0 0.58 0.25 144.19 0.94 0.39
Hex 6 C0 51 61 0 3A 19 90 5E 27
Octal 6 300 121 141 0 72 31 220 136 47
Binary 110 11000000 1010001 1100001 0 111010 11001 10010000 1011110 100111

Color Harmonies of #06C051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C051

Black with #06C051

Text Example


Text Example

White with #06C051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,192,81); }

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

background-color css

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

 a { background-color: rgb(6,192,81); }

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

border-color css

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

 span { border-color: rgb(6,192,81); }

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