Html Css Color HEX #06D529 Dark Pastel Green

📋 copy color: '#06D529'

red 6 ◦ green 213 ◦ blue 41

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

Shades of Dark Pastel Green #06D529

Tints of Dark Pastel Green #06D529

RGB

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

 GREEN value IS 213 (83.59% from 255) = 81.92%

 BLUE value IS 41 (16.41% from 255) = 15.77%

R = 2.31%
G = 81.92%
B = 15.77%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#06D529 (or 0x06D529) is known color: Dark Pastel Green. HEX triplet: 06, D5 and 29. RGB value is (6,213,41). Sum of RGB (Red+Green+Blue) = 6+213+41=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 213 (83.59% from 255 or 81.92% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 213 - color contains mainly: green. Hex color #06D529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06D529 is #F92AD6. Grayscale: #838383. Windows color (decimal): -16329431 or 2741510. OLE color: 2741510.

HSL color Cylindrical-coordinate representation of color #06D529: hue angle of 130.14º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D529 is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 6 213 41 -
CMYK 0.97 0 0.81 0.16
HSL 130.14º 0.95% 0.43% -
HSV(B) 130.14º 0.97% 0.84% -
XYZ 24.27 47.79 10.04 -
YUV 131.5 76.92 38.49 -
System Red Green Blue C M Y K H S L
Decimal 6 213 41 0.97 0 0.81 0.16 130.14 0.95 0.43
Hex 6 D5 29 61 0 51 10 82 5F 2B
Octal 6 325 51 141 0 121 20 202 137 53
Binary 110 11010101 101001 1100001 0 1010001 10000 10000010 1011111 101011

Color Harmonies of #06D529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06D529

Black with #06D529

Text Example


Text Example

White with #06D529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,213,41); }

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

background-color css

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

 a { background-color: rgb(6,213,41); }

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

border-color css

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

 span { border-color: rgb(6,213,41); }

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