Html Css Color HEX #06BD42 Dark Pastel Green

📋 copy color: '#06BD42'

red 6 ◦ green 189 ◦ blue 66

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

Shades of Dark Pastel Green #06BD42

Tints of Dark Pastel Green #06BD42

RGB

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

 GREEN value IS 189 (74.22% from 255) = 72.41%

 BLUE value IS 66 (26.17% from 255) = 25.29%

R = 2.3%
G = 72.41%
B = 25.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#06BD42 (or 0x06BD42) is known color: Dark Pastel Green. HEX triplet: 06, BD and 42. RGB value is (6,189,66). Sum of RGB (Red+Green+Blue) = 6+189+66=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 189 (74.22% from 255 or 72.41% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 189 - color contains mainly: green. Hex color #06BD42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06BD42 is #F942BD. Grayscale: #787878. Windows color (decimal): -16335550 or 4373766. OLE color: 4373766.

HSL color Cylindrical-coordinate representation of color #06BD42: hue angle of 139.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BD42 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 189 66 -
CMYK 0.97 0 0.65 0.26
HSL 139.67º 0.94% 0.38% -
HSV(B) 139.67º 0.97% 0.74% -
XYZ 19.26 36.83 11.25 -
YUV 120.26 97.37 46.5 -
System Red Green Blue C M Y K H S L
Decimal 6 189 66 0.97 0 0.65 0.26 139.67 0.94 0.38
Hex 6 BD 42 61 0 41 1A 8C 5E 26
Octal 6 275 102 141 0 101 32 214 136 46
Binary 110 10111101 1000010 1100001 0 1000001 11010 10001100 1011110 100110

Color Harmonies of #06BD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BD42

Black with #06BD42

Text Example


Text Example

White with #06BD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,189,66); }

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

background-color css

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

 a { background-color: rgb(6,189,66); }

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

border-color css

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

 span { border-color: rgb(6,189,66); }

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