Html Css Color HEX #06DF31 Dark Pastel Green

📋 copy color: '#06DF31'

red 6 ◦ green 223 ◦ blue 49

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

Shades of Dark Pastel Green #06DF31

Tints of Dark Pastel Green #06DF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.63%

R = 2.16%
G = 80.22%
B = 17.63%

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

#06DF31 (or 0x06DF31) is known color: Dark Pastel Green. HEX triplet: 06, DF and 31. RGB value is (6,223,49). Sum of RGB (Red+Green+Blue) = 6+223+49=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 223 (87.5% from 255 or 80.22% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 223 - color contains mainly: green. Hex color #06DF31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DF31 is #F920CE. Grayscale: #8A8A8A. Windows color (decimal): -16326863 or 3268358. OLE color: 3268358.

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

Color convert

RGB 6 223 49 -
CMYK 0.97 0 0.78 0.13
HSL 131.89º 0.95% 0.45% -
HSV(B) 131.89º 0.97% 0.87% -
XYZ 27.02 53.04 11.72 -
YUV 138.28 77.61 33.65 -
System Red Green Blue C M Y K H S L
Decimal 6 223 49 0.97 0 0.78 0.13 131.89 0.95 0.45
Hex 6 DF 31 61 0 4E D 84 5F 2D
Octal 6 337 61 141 0 116 15 204 137 55
Binary 110 11011111 110001 1100001 0 1001110 1101 10000100 1011111 101101

Color Harmonies of #06DF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DF31

Black with #06DF31

Text Example


Text Example

White with #06DF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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