Html Css Color HEX #06CB15 Dark Pastel Green

📋 copy color: '#06CB15'

red 6 ◦ green 203 ◦ blue 21

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

Shades of Dark Pastel Green #06CB15

Tints of Dark Pastel Green #06CB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.13%

R = 2.61%
G = 88.26%
B = 9.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#06CB15 (or 0x06CB15) is known color: Dark Pastel Green. HEX triplet: 06, CB and 15. RGB value is (6,203,21). Sum of RGB (Red+Green+Blue) = 6+203+21=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 203 (79.69% from 255 or 88.26% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 203 - color contains mainly: green. Hex color #06CB15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06CB15 is #F934EA. Grayscale: #7B7B7B. Windows color (decimal): -16332011 or 1428230. OLE color: 1428230.

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

Color convert

RGB 6 203 21 -
CMYK 0.97 0 0.90 0.20
HSL 124.57º 0.94% 0.41% -
HSV(B) 124.57º 0.97% 0.8% -
XYZ 21.57 42.8 7.83 -
YUV 123.35 70.23 44.3 -
System Red Green Blue C M Y K H S L
Decimal 6 203 21 0.97 0 0.90 0.20 124.57 0.94 0.41
Hex 6 CB 15 61 0 5A 14 7D 5E 29
Octal 6 313 25 141 0 132 24 175 136 51
Binary 110 11001011 10101 1100001 0 1011010 10100 1111101 1011110 101001

Color Harmonies of #06CB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CB15

Black with #06CB15

Text Example


Text Example

White with #06CB15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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