#6BD660

Color #6BD660 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #6BD660

Tints of Pastel Green #6BD660

Color information

#6BD660 (or 0x6BD660) is unknown color: approx Pastel Green. HEX triplet: 6B, D6 and 60. RGB value is (107,214,96). Sum of RGB (Red+Green+Blue) = 107+214+96=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #6BD660 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD660 is #94299F. Grayscale: #A8A8A8. Windows color (decimal): -9709984 or 6346347. OLE color: 6346347.

HSL color Cylindrical-coordinate representation of color #6BD660: hue angle of 114.41º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BD660 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB10721496-
CMYK0.5000.550.16
HSL114.41º59%60.78%-
HSV(B)114.41º55.14%83.92%-
XYZ32.2252.0619.42-
YUV168.5587.0584.09-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.66%
GREEN value IS 214 (83.98% from 255) = 51.32%
BLUE value IS 96 (37.89% from 255) = 23.02%
R=25.66%
G=51.32%
B=23.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal107214960.5000.550.16114.415960.78
Hex6BD6603203710723b3d
Octal15332614062067201627375
Binary11010111101011011000001100100110111100001110010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BD660; }

 p { color: rgb(107,214,96); }

 H1.HeaderClassName
 {
   color: #6BD660;
 }
 .AnyTagClassName
 {
   color: #6BD660;
 }
</style>
background-color css

<style>
 a { background-color: #6BD660; }

 a { background-color: rgb(107,214,96); }

 div.DivClassName
 {
   background-color: #6BD660;
 }
 .BgClassName
 {
   background-color: #6BD660;
 }
</style>
border-color css

<style>
 span { border-color: #6BD660; }

 span { border-color: rgb(107,214,96); }

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