Html Css Color HEX #06D63A Dark Pastel Green

📋 copy color: '#06D63A'

red 6 ◦ green 214 ◦ blue 58

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

Shades of Dark Pastel Green #06D63A

Tints of Dark Pastel Green #06D63A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 76.98%

 BLUE value IS 58 (23.05% from 255) = 20.86%

R = 2.16%
G = 76.98%
B = 20.86%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#06D63A (or 0x06D63A) is known color: Dark Pastel Green. HEX triplet: 06, D6 and 3A. RGB value is (6,214,58). Sum of RGB (Red+Green+Blue) = 6+214+58=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 214 (83.98% from 255 or 76.98% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 214 - color contains mainly: green. Hex color #06D63A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06D63A is #F929C5. Grayscale: #868686. Windows color (decimal): -16329158 or 3855878. OLE color: 3855878.

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

Color convert

RGB 6 214 58 -
CMYK 0.97 0 0.73 0.16
HSL 135º 0.95% 0.43% -
HSV(B) 135º 0.97% 0.84% -
XYZ 24.89 48.44 12.04 -
YUV 134.02 85.09 36.68 -
System Red Green Blue C M Y K H S L
Decimal 6 214 58 0.97 0 0.73 0.16 135 0.95 0.43
Hex 6 D6 3A 61 0 49 10 87 5F 2B
Octal 6 326 72 141 0 111 20 207 137 53
Binary 110 11010110 111010 1100001 0 1001001 10000 10000111 1011111 101011

Color Harmonies of #06D63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06D63A

Black with #06D63A

Text Example


Text Example

White with #06D63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,214,58); }

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

background-color css

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

 a { background-color: rgb(6,214,58); }

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

border-color css

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

 span { border-color: rgb(6,214,58); }

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