#6BD364

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

Shades of Pastel Green #6BD364

Tints of Pastel Green #6BD364

Color information

#6BD364 (or 0x6BD364) is unknown color: approx Pastel Green. HEX triplet: 6B, D3 and 64. RGB value is (107,211,100). Sum of RGB (Red+Green+Blue) = 107+211+100=418 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.60% from 418); Green value is 211 (82.81% from 255 or 50.48% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 211 - color contains mainly: green. Hex color #6BD364 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD364 is #942C9B. Grayscale: #A7A7A7. Windows color (decimal): -9710748 or 6607723. OLE color: 6607723.

HSL color Cylindrical-coordinate representation of color #6BD364: hue angle of 116.22º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BD364 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB107211100-
CMYK0.4900.530.17
HSL116.22º55.78%60.98%-
HSV(B)116.22º52.61%82.75%-
XYZ31.6650.6320.16-
YUV167.2590.0485.03-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.60%
GREEN value IS 211 (82.81% from 255) = 50.48%
BLUE value IS 100 (39.45% from 255) = 23.92%
R=25.60%
G=50.48%
B=23.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1072111000.4900.530.17116.2255.7860.98
Hex6BD364310351174383d
Octal15332314461065211647075
Binary11010111101001111001001100010110101100011110100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,211,100); }

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

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

 a { background-color: rgb(107,211,100); }

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

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

 span { border-color: rgb(107,211,100); }

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