Html Css Color HEX #06D133 Dark Pastel Green

📋 copy color: '#06D133'

red 6 ◦ green 209 ◦ blue 51

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

Shades of Dark Pastel Green #06D133

Tints of Dark Pastel Green #06D133

RGB

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

 GREEN value IS 209 (82.03% from 255) = 78.57%

 BLUE value IS 51 (20.31% from 255) = 19.17%

R = 2.26%
G = 78.57%
B = 19.17%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#06D133 (or 0x06D133) is known color: Dark Pastel Green. HEX triplet: 06, D1 and 33. RGB value is (6,209,51). Sum of RGB (Red+Green+Blue) = 6+209+51=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 209 (82.03% from 255 or 78.57% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 209 - color contains mainly: green. Hex color #06D133 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06D133 is #F92ECC. Grayscale: #828282. Windows color (decimal): -16330445 or 3395846. OLE color: 3395846.

HSL color Cylindrical-coordinate representation of color #06D133: hue angle of 133.3º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D133 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 6 209 51 -
CMYK 0.97 0 0.76 0.18
HSL 133.3º 0.94% 0.42% -
HSV(B) 133.3º 0.97% 0.82% -
XYZ 23.47 45.88 10.75 -
YUV 130.29 83.25 39.35 -
System Red Green Blue C M Y K H S L
Decimal 6 209 51 0.97 0 0.76 0.18 133.3 0.94 0.42
Hex 6 D1 33 61 0 4C 12 85 5E 2A
Octal 6 321 63 141 0 114 22 205 136 52
Binary 110 11010001 110011 1100001 0 1001100 10010 10000101 1011110 101010

Color Harmonies of #06D133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06D133

Black with #06D133

Text Example


Text Example

White with #06D133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,209,51); }

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

background-color css

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

 a { background-color: rgb(6,209,51); }

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

border-color css

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

 span { border-color: rgb(6,209,51); }

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