Html Css Color HEX #06CB40 Dark Pastel Green

📋 copy color: '#06CB40'

red 6 ◦ green 203 ◦ blue 64

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

Shades of Dark Pastel Green #06CB40

Tints of Dark Pastel Green #06CB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 74.36%

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 2.2%
G = 74.36%
B = 23.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#06CB40 (or 0x06CB40) is known color: Dark Pastel Green. HEX triplet: 06, CB and 40. RGB value is (6,203,64). Sum of RGB (Red+Green+Blue) = 6+203+64=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 203 (79.69% from 255 or 74.36% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 203 - color contains mainly: green. Hex color #06CB40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06CB40 is #F934BF. Grayscale: #808080. Windows color (decimal): -16331968 or 4246278. OLE color: 4246278.

HSL color Cylindrical-coordinate representation of color #06CB40: hue angle of 137.66º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CB40 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 203 64 -
CMYK 0.97 0 0.68 0.20
HSL 137.67º 0.94% 0.41% -
HSV(B) 137.67º 0.97% 0.8% -
XYZ 22.36 43.12 12 -
YUV 128.25 91.73 40.8 -
System Red Green Blue C M Y K H S L
Decimal 6 203 64 0.97 0 0.68 0.20 137.67 0.94 0.41
Hex 6 CB 40 61 0 44 14 8A 5E 29
Octal 6 313 100 141 0 104 24 212 136 51
Binary 110 11001011 1000000 1100001 0 1000100 10100 10001010 1011110 101001

Color Harmonies of #06CB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CB40

Black with #06CB40

Text Example


Text Example

White with #06CB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,203,64); }

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

background-color css

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

 a { background-color: rgb(6,203,64); }

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

border-color css

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

 span { border-color: rgb(6,203,64); }

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