Html Css Color HEX #06C331 Dark Pastel Green

📋 copy color: '#06C331'

red 6 ◦ green 195 ◦ blue 49

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

Shades of Dark Pastel Green #06C331

Tints of Dark Pastel Green #06C331

RGB

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

 GREEN value IS 195 (76.56% from 255) = 78%

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

R = 2.4%
G = 78%
B = 19.6%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#06C331 (or 0x06C331) is known color: Dark Pastel Green. HEX triplet: 06, C3 and 31. RGB value is (6,195,49). Sum of RGB (Red+Green+Blue) = 6+195+49=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 195 (76.56% from 255 or 78% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 195 - color contains mainly: green. Hex color #06C331 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C331 is #F93CCE. Grayscale: #7A7A7A. Windows color (decimal): -16334031 or 3261190. OLE color: 3261190.

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

Color convert

RGB 6 195 49 -
CMYK 0.97 0 0.75 0.24
HSL 133.65º 0.94% 0.39% -
HSV(B) 133.65º 0.97% 0.76% -
XYZ 20.14 39.29 9.43 -
YUV 121.85 86.88 45.37 -
System Red Green Blue C M Y K H S L
Decimal 6 195 49 0.97 0 0.75 0.24 133.65 0.94 0.39
Hex 6 C3 31 61 0 4B 18 86 5E 27
Octal 6 303 61 141 0 113 30 206 136 47
Binary 110 11000011 110001 1100001 0 1001011 11000 10000110 1011110 100111

Color Harmonies of #06C331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C331

Black with #06C331

Text Example


Text Example

White with #06C331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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