Html Css Color HEX #06D530 Dark Pastel Green

📋 copy color: '#06D530'

red 6 ◦ green 213 ◦ blue 48

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

Shades of Dark Pastel Green #06D530

Tints of Dark Pastel Green #06D530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.98%

R = 2.25%
G = 79.78%
B = 17.98%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#06D530 (or 0x06D530) is known color: Dark Pastel Green. HEX triplet: 06, D5 and 30. RGB value is (6,213,48). Sum of RGB (Red+Green+Blue) = 6+213+48=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 213 (83.59% from 255 or 79.78% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 213 - color contains mainly: green. Hex color #06D530 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06D530 is #F92ACF. Grayscale: #848484. Windows color (decimal): -16329424 or 3200262. OLE color: 3200262.

HSL color Cylindrical-coordinate representation of color #06D530: hue angle of 132.17º 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 #06D530 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 6 213 48 -
CMYK 0.97 0 0.77 0.16
HSL 132.17º 0.95% 0.43% -
HSV(B) 132.17º 0.97% 0.84% -
XYZ 24.4 47.84 10.74 -
YUV 132.3 80.42 37.92 -
System Red Green Blue C M Y K H S L
Decimal 6 213 48 0.97 0 0.77 0.16 132.17 0.95 0.43
Hex 6 D5 30 61 0 4D 10 84 5F 2B
Octal 6 325 60 141 0 115 20 204 137 53
Binary 110 11010101 110000 1100001 0 1001101 10000 10000100 1011111 101011

Color Harmonies of #06D530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06D530

Black with #06D530

Text Example


Text Example

White with #06D530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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