Html Css Color HEX #06DF32 Dark Pastel Green

📋 copy color: '#06DF32'

red 6 ◦ green 223 ◦ blue 50

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

Shades of Dark Pastel Green #06DF32

Tints of Dark Pastel Green #06DF32

RGB

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

 GREEN value IS 223 (87.5% from 255) = 79.93%

 BLUE value IS 50 (19.92% from 255) = 17.92%

R = 2.15%
G = 79.93%
B = 17.92%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#06DF32 (or 0x06DF32) is known color: Dark Pastel Green. HEX triplet: 06, DF and 32. RGB value is (6,223,50). Sum of RGB (Red+Green+Blue) = 6+223+50=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 223 (87.5% from 255 or 79.93% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 223 - color contains mainly: green. Hex color #06DF32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DF32 is #F920CD. Grayscale: #8A8A8A. Windows color (decimal): -16326862 or 3333894. OLE color: 3333894.

HSL color Cylindrical-coordinate representation of color #06DF32: hue angle of 132.17º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DF32 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 223 50 -
CMYK 0.97 0 0.78 0.13
HSL 132.17º 0.95% 0.45% -
HSV(B) 132.17º 0.97% 0.87% -
XYZ 27.04 53.04 11.83 -
YUV 138.4 78.11 33.57 -
System Red Green Blue C M Y K H S L
Decimal 6 223 50 0.97 0 0.78 0.13 132.17 0.95 0.45
Hex 6 DF 32 61 0 4E D 84 5F 2D
Octal 6 337 62 141 0 116 15 204 137 55
Binary 110 11011111 110010 1100001 0 1001110 1101 10000100 1011111 101101

Color Harmonies of #06DF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DF32

Black with #06DF32

Text Example


Text Example

White with #06DF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,223,50); }

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

background-color css

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

 a { background-color: rgb(6,223,50); }

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

border-color css

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

 span { border-color: rgb(6,223,50); }

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