Html Css Color HEX #06C250 Dark Pastel Green

📋 copy color: '#06C250'

red 6 ◦ green 194 ◦ blue 80

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

Shades of Dark Pastel Green #06C250

Tints of Dark Pastel Green #06C250

RGB

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

 GREEN value IS 194 (76.17% from 255) = 69.29%

 BLUE value IS 80 (31.64% from 255) = 28.57%

R = 2.14%
G = 69.29%
B = 28.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#06C250 (or 0x06C250) is known color: Dark Pastel Green. HEX triplet: 06, C2 and 50. RGB value is (6,194,80). Sum of RGB (Red+Green+Blue) = 6+194+80=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 194 (76.17% from 255 or 69.29% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 194 - color contains mainly: green. Hex color #06C250 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C250 is #F93DAF. Grayscale: #7D7D7D. Windows color (decimal): -16334256 or 5292550. OLE color: 5292550.

HSL color Cylindrical-coordinate representation of color #06C250: hue angle of 143.62º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C250 is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 6 194 80 -
CMYK 0.97 0 0.59 0.24
HSL 143.62º 0.94% 0.39% -
HSV(B) 143.62º 0.97% 0.76% -
XYZ 20.81 39.2 14.06 -
YUV 124.79 102.72 43.27 -
System Red Green Blue C M Y K H S L
Decimal 6 194 80 0.97 0 0.59 0.24 143.62 0.94 0.39
Hex 6 C2 50 61 0 3B 18 90 5E 27
Octal 6 302 120 141 0 73 30 220 136 47
Binary 110 11000010 1010000 1100001 0 111011 11000 10010000 1011110 100111

Color Harmonies of #06C250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C250

Black with #06C250

Text Example


Text Example

White with #06C250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,194,80); }

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

background-color css

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

 a { background-color: rgb(6,194,80); }

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

border-color css

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

 span { border-color: rgb(6,194,80); }

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